소스 검색

have this make an rlib too for the future

Grant Limberg 3 년 전
부모
커밋
0875fb5fe0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zeroidc/Cargo.toml

+ 1 - 1
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