mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
config
This commit is contained in:
parent
66ccbe115b
commit
e5c5f6082e
2 changed files with 6 additions and 0 deletions
|
|
@ -6,10 +6,16 @@ exclude = ["test-cases/*", "full-tests/*"]
|
||||||
name = "cargo-minimize"
|
name = "cargo-minimize"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
categories = ["development-tools"]
|
||||||
description = "A tool for minimizing rustc ICEs"
|
description = "A tool for minimizing rustc ICEs"
|
||||||
|
keywords = ["minimization", "ICE", "rust-development"]
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.65"
|
anyhow = "1.0.65"
|
||||||
clap = { version = "4.0.29", features = ["derive"] }
|
clap = { version = "4.0.29", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue