uklient/Cargo.toml

10 lines
199 B
TOML
Raw Normal View History

2024-07-26 12:28:30 +02:00
[package]
name = "uklient"
version = "0.1.0"
edition = "2021"
[dependencies]
color-eyre = "0.6.3"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }