Files
crypto-ecosystems/Cargo.toml
Curtis Spencer f4b0021d78 Initial Code Import for TOML Configuration Validation
Summary:
cargo run -- /data will analyze all the toml files in a directory and output the
related ecosystems and tags.
2019-08-01 19:47:37 -07:00

14 lines
247 B
TOML

[package]
name = "crypto-ecosystems"
version = "0.1.0"
authors = ["Curtis Spencer"]
edition = "2018"
[dependencies]
toml = "0.4"
glob = "0.3.0"
failure = "0.1.3"
serde = { version = "1.0", features = ["derive"] }
quicli = "0.4"
structopt = "0.2"