mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
pretty tracing
This commit is contained in:
parent
9575dc4138
commit
ba5e53eea6
10 changed files with 327 additions and 18 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[workspace]
|
||||
members = ["test-program"]
|
||||
|
||||
[package]
|
||||
name = "uwuwind"
|
||||
|
|
@ -9,6 +10,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
libc = { version = "0.2.140", default-features = false, features = ["extra_traits"] }
|
||||
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
|
||||
|
||||
[profile.dev]
|
||||
# the test binary needs uwutables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue