summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 18:25:10 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 21:56:16 -0400
commit0f9a9158b7135a3162522cf473a7bad80f141109 (patch)
tree241523674d811fa9c300e0b449de19232267184e /Cargo.toml
parent9539017ec481653dc47e3e362ae6d240aad1b917 (diff)
downloadautomathon-0f9a9158b7135a3162522cf473a7bad80f141109.tar.gz
automathon-0f9a9158b7135a3162522cf473a7bad80f141109.zip
move factorial test to integration test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fcd8bf8..e240381 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
license-file = "LICENSE"
[lib]
-crate-type = ["cdylib"]
+crate-type = ["cdylib", "rlib"]
[dependencies]
console_log = "1.0"