diff --git a/Cargo.toml b/Cargo.toml index f957b44..71dad95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nolan Darilek "] edition = "2018" [lib] -crate-type = ["cdylib"] +crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.7"