diff --git a/Cargo.toml b/Cargo.toml index fc5d8894..b6497064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ bitflags = "1.1" [lib] name = "rs" path = "src/lib.rs" -crate-type = ["staticlib"] +crate-type = ["staticlib", "rlib"]