From e0ec5e75b4c748fafd573e98bd52850579460b4b Mon Sep 17 00:00:00 2001 From: Nicolas Luck Date: Thu, 15 Aug 2024 22:41:48 +0200 Subject: [PATCH] typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 328aadfd..ae1a6d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities"] build = "build/main.rs" rust-version = "1.77" -[lib]s +[lib] crate-type = ["cdylib", "rlib"] [features] -- 2.54.0