mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25: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"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
categories = ["development-tools"]
|
||||
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
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue