1
0
Fork 0
rust-tokio-service-template/Cargo.toml

13 lines
393 B
TOML
Raw Permalink Normal View History

2023-07-14 00:00:21 +02:00
[package]
name = "rust-tokio-service-template"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = "0.6.8"
figment = { version = "0.10.10", features = ["toml", "env"] }
serde = { version = "1.0.171", features = ["derive"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }