vidow/vidow-backend/crates/vidow_bin/Cargo.toml
Kasper Juul Hermansen 0f8b2a3871
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate tracing-subscriber to 0.3.17
2023-04-22 08:22:55 +00:00

15 lines
485 B
TOML

[package]
name = "vidow_bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vidow_core = { path = "../vidow_core" }
dotenv = { version = "0.15.0", features = ["clap"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = { version = "0.3.17", features = ["parking_lot", "serde", "serde_json", "tracing", "tracing-serde", "json", "env-filter"] }
eyre = "0.6.8"