From 8ef1db8e4af9cff0ec41a2d46e39e904d99ec765 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 24 Jan 2025 17:18:16 +0100 Subject: [PATCH] add lib to crate-type --- androscalpel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androscalpel/Cargo.toml b/androscalpel/Cargo.toml index 7817053..cd179a3 100644 --- a/androscalpel/Cargo.toml +++ b/androscalpel/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "androscalpel" -crate-type = ["cdylib"] +crate-type = ["cdylib", "lib"] [dependencies] adler = "1.0.2"