Files
crypto-ecosystems/Cargo.toml
2022-06-08 08:47:23 -07:00

15 lines
281 B
TOML

[package]
name = "crypto-ecosystems"
version = "0.2.0"
authors = ["Curtis Spencer"]
edition = "2021"
[dependencies]
anyhow = "1.0"
glob = "0.3.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
structopt = "0.3.26"
thiserror = "1.0.31"
toml = "0.5.9"