mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-17 05:34:20 +01:00
15 lines
281 B
TOML
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"
|