Browse Source

have this make an rlib too for the future

pull/4/head
Grant Limberg 4 years ago
parent
commit
0875fb5fe0
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 2
      zeroidc/Cargo.toml

2
zeroidc/Cargo.toml

@ -5,7 +5,7 @@ edition = "2018"
build = "build.rs"
[lib]
crate-type = ["staticlib"]
crate-type = ["staticlib","rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Loading…
Cancel
Save