From af3b58577bdf3ef1d4a99de715a4e745bb02e95f Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 17 Aug 2026 11:06:46 +0200 Subject: [PATCH] build: only include necessary files in package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3807ae94..ceacc6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ readme = "README.md" license = "Apache-2.0 OR MIT" edition = "2024" rust-version = "1.89.0" +include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] [workspace] members = ["crates/bender-slang"]