minhcord/Cargo.toml

13 lines
347 B
TOML
Raw Normal View History

[package]
name = "minh_cord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.1"
tokio = { version = "1.15.0", features = ["full"] }
tracing = "0.1.31"
tracing-subscriber = { version = "0.3.9", features = ["env-filter", "std"] }