mirror of https://github.com/vacp2p/zerokit.git
chore(rln): add "staticlib" to crate-type in Cargo.toml (#24)
This commit is contained in:
parent
42e1743198
commit
7fe9bb4f94
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
crate-type = ["cdylib", "rlib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
Loading…
Reference in New Issue