atp/Cargo.toml

13 lines
312 B
TOML
Raw Permalink Normal View History

2022-06-23 09:25:40 -05:00
[package]
name = "atp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-24 02:01:45 -05:00
anyhow = "1.0.58"
serde = { version = "1.0.137", features = ["derive"] }
2022-06-24 02:01:45 -05:00
tokio = { version = "1.19.2", features = ["full"] }
toml = "0.5.9"