uwuwind/test-program/Cargo.toml
2023-11-08 21:32:54 +01:00

12 lines
320 B
TOML

[package]
name = "test-program"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-tree = "0.2.5"
uwuwind = { path = ".." }