mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-26 22:39:03 +00:00
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…
x
Reference in New Issue
Block a user