diff --git a/Cargo.toml b/Cargo.toml index 80fe9d4..a7e1307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ required-features = ["commandline"] [lib] name = "grass" path = "src/lib.rs" -crate-type = ["cdylib", "rlib"] +# crate-type = ["cdylib", "rlib"] bench = false [[bench]]