Skip to content

Commit 7ab421e

Browse files
committed
Exclude test data from being published to crates.io
These data are "binary" so somewhat hard to review. Also they increase the package size by quite a bit. This changes reduces the package size from 17 files, 316.5KiB (56.8KiB compressed) to 10 files, 155.0KiB (34.1KiB compressed) which results in a ~34GB/month traffic reduction for crates.io assuming the current 1.5 million downloads per month.
1 parent 206fdfa commit 7ab421e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ version = "0.15.0"
1212
name = "vte"
1313
edition = "2021"
1414
rust-version = "1.62.1"
15+
include = ["README.md", "LICENSE-APACHE", "LICENSE-MIT", "Cargo.toml", "src/**/*.rs"]
1516

1617
[features]
1718
ansi = ["log", "cursor-icon", "bitflags"]

0 commit comments

Comments
 (0)