Skip to content

Commit 4583dec

Browse files
authored
chore: minimize package size (#2759)
This commit minimizes the published package size by explicitly including only relevant files. This reduces the package size from 195.2KiB to 148.3KiB. Fixes #2758
1 parent e6e2d8a commit 4583dec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ license = "MIT OR Apache-2.0"
1212
edition = "2021"
1313
rust-version = "1.64.0"
1414
autotests = true
15+
include = [
16+
"README.md",
17+
"Cargo.toml",
18+
"LICENSE-APACHE",
19+
"LICENSE-MIT",
20+
"src/**/*.rs"
21+
]
1522

1623
[package.metadata.docs.rs]
1724
all-features = true

0 commit comments

Comments
 (0)