mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 16:45:08 +01:00
pretty tracing
This commit is contained in:
parent
9575dc4138
commit
ba5e53eea6
10 changed files with 327 additions and 18 deletions
12
test-program/Cargo.toml
Normal file
12
test-program/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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 = ".." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue