author | unC0Rr |
Wed, 28 Aug 2024 15:31:51 +0200 | |
branch | transitional_engine |
changeset 16021 | 6a3dc15b78b9 |
permissions | -rw-r--r-- |
16021 | 1 |
[package] |
2 |
name = "corrosion-generator" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Andrew Gaspar <andrew.gaspar@outlook.com>"] |
|
5 |
license = "MIT" |
|
6 |
edition = "2018" |
|
7 |
||
8 |
[dependencies] |
|
9 |
cargo_metadata = "0.17" |
|
10 |
serde = { version = " 1.0.186", features = ["derive"] } |
|
11 |
||
12 |
[dependencies.clap] |
|
13 |
version = "2.34" |
|
14 |
default-features = false |
|
15 |
# Make sure this crate still compiles while it is checked out |
|
16 |
# in a sub-directory of a repository that has a Cargo.toml. |
|
17 |
[workspace] |