From 0f9a9158b7135a3162522cf473a7bad80f141109 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 24 Aug 2025 18:25:10 -0400 Subject: move factorial test to integration test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3