From 9e15ceee4faf3c8c8ca30420a7fb95b9ab4ac6e7 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Tue, 16 May 2023 01:36:54 +0800 Subject: [PATCH] chore: exclude stdlib --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c84c0c7..975ef87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["command-line-utilities"] readme = "README.md" license = "MIT" edition = "2021" -include = ["/src", "build.rs", "LICENSE", "stdlib/"] +include = ["/src", "build.rs", "LICENSE"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html