This commit is contained in:
nora 2022-10-06 21:31:02 +02:00
commit a2bc92d651
No known key found for this signature in database
10 changed files with 1548 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[workspace]
exclude = ["test-cases/*"]
[package]
name = "cargo-minimize"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.65"
cargo = "0.65.0"
prettyplease = "0.1.19"
proc-macro2 = "1.0.46"
syn = { version = "1.0.101", features = ["full"] }