diff -r 7b8d96fc8799 -r d903f8d2395a tools/corrosion/generator/Cargo.toml --- a/tools/corrosion/generator/Cargo.toml Wed Sep 18 14:10:51 2024 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -[package] -name = "corrosion-generator" -version = "0.1.0" -authors = ["Andrew Gaspar "] -license = "MIT" -edition = "2018" - -[dependencies] -cargo_metadata = "0.17" -serde = { version = " 1.0.186", features = ["derive"] } - -[dependencies.clap] -version = "2.34" -default-features = false -# Make sure this crate still compiles while it is checked out -# in a sub-directory of a repository that has a Cargo.toml. -[workspace]