diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-24 18:25:10 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-24 21:56:16 -0400 |
| commit | 0f9a9158b7135a3162522cf473a7bad80f141109 (patch) | |
| tree | 241523674d811fa9c300e0b449de19232267184e /Cargo.toml | |
| parent | 9539017ec481653dc47e3e362ae6d240aad1b917 (diff) | |
| download | automathon-0f9a9158b7135a3162522cf473a7bad80f141109.tar.gz automathon-0f9a9158b7135a3162522cf473a7bad80f141109.zip | |
move factorial test to integration test
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ edition = "2024" license-file = "LICENSE" [lib] -crate-type = ["cdylib"] +crate-type = ["cdylib", "rlib"] [dependencies] console_log = "1.0" |
