equal
deleted
inserted
replaced
|
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] |