From eb064041153febf7dea1708e1bd30b4254b966a3 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 2 Nov 2022 16:28:13 +0800 Subject: [PATCH] update: to-json use staticlib --- src/to-json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/to-json/Cargo.toml b/src/to-json/Cargo.toml index 4e6f0af..70e5be9 100644 --- a/src/to-json/Cargo.toml +++ b/src/to-json/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [lib] -crate-type = ["cdylib"] +crate-type = ["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html