author | unC0Rr |
Wed, 18 Sep 2024 14:10:51 +0200 | |
branch | transitional_engine |
changeset 16036 | 7b8d96fc8799 |
parent 16021 | 6a3dc15b78b9 |
permissions | -rw-r--r-- |
[package] name = "corrosion-generator" version = "0.1.0" authors = ["Andrew Gaspar <andrew.gaspar@outlook.com>"] 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]