Browse Source

have this make an rlib too for the future

Grant Limberg 3 years ago
parent
commit
0875fb5fe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zeroidc/Cargo.toml

+ 1 - 1
zeroidc/Cargo.toml

@@ -5,7 +5,7 @@ edition = "2018"
 build = "build.rs"
 build = "build.rs"
 
 
 [lib]
 [lib]
-crate-type = ["staticlib"]
+crate-type = ["staticlib","rlib"]
 
 
 
 
 # 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