summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-25 08:20:22 -0400
committerBrian Cully <bjc@spork.org>2025-08-25 08:22:13 -0400
commit8879df0983737b42eee1df26004b861599dd88d6 (patch)
treed95dcfedf2aaa1ff8381bf13990ada289d33c047 /Cargo.toml
parent4b8188f69272658945e3c20425308a9951c0eba6 (diff)
downloadautomathon-8879df0983737b42eee1df26004b861599dd88d6.tar.gz
automathon-8879df0983737b42eee1df26004b861599dd88d6.zip
clippy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e240381..e0bf18b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
license-file = "LICENSE"
[lib]
+# cdylib for wasm, rlib for integration tests
crate-type = ["cdylib", "rlib"]
[dependencies]