From 032af925fc5f51a1711d1aaf78236af4935df166 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Mon, 27 Jan 2025 07:57:17 +0200 Subject: [PATCH] build(cli): explicitly include files --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1353f815..a3bdcc13 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,6 +11,7 @@ repository.workspace = true license.workspace = true keywords.workspace = true categories.workspace = true +include = ["build.rs", "README.md", "benches/*", "src/**"] [lints] workspace = true