diff --git a/androscalpel/Cargo.toml b/androscalpel/Cargo.toml index 7817053..cd179a3 100644 --- a/androscalpel/Cargo.toml +++ b/androscalpel/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "androscalpel" -crate-type = ["cdylib"] +crate-type = ["cdylib", "lib"] [dependencies] adler = "1.0.2"