Skip to content

Commit 70084d5

Browse files
Add cargo-diet
1 parent b3ae3b4 commit 70084d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/sixarm/assertables-rust-crate/"
99
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
1010
keywords = ["assert", "assertable", "assertion", "macro", "test"]
1111
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
12+
include = ["src/**/*", "LICENSE.md", "README.md"]
1213

1314
[profile.dev]
1415
panic = "unwind"
@@ -27,4 +28,5 @@ split-debuginfo = "packed"
2728
[dev-dependencies]
2829
cargo-dist = "0.22.1" # Cargo distribution builder for release engineering
2930
cargo-release = "0.25.12" # Cargo release automation
31+
cargo-diet = "1.2.7" # Cargo command to make your crate lean
3032
regex = "1.11.0" # Regular expressions parser, compiler, and executer

0 commit comments

Comments
 (0)