Skip to content

Commit

Permalink
Add cargo-diet
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Dec 7, 2024
1 parent b3ae3b4 commit 70084d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/sixarm/assertables-rust-crate/"
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
keywords = ["assert", "assertable", "assertion", "macro", "test"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
include = ["src/**/*", "LICENSE.md", "README.md"]

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

0 comments on commit 70084d5

Please sign in to comment.