From 0875fb5fe024a5773abab470119646d06fd1fcb0 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 11 Nov 2021 16:29:14 -0800 Subject: [PATCH] have this make an rlib too for the future --- zeroidc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeroidc/Cargo.toml b/zeroidc/Cargo.toml index 814a497c5..ba0f134eb 100644 --- a/zeroidc/Cargo.toml +++ b/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