add lib to crate-type

This commit is contained in:
Jean-Marie Mineau 2025-01-24 17:18:16 +01:00
parent 1c45b9e38b
commit 8ef1db8e4a
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

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