1
Fork 0

Add a crate-custom test harness

This commit is contained in:
Nadrieril 2024-03-04 16:57:32 +01:00
parent e4487ad391
commit d697dd44d1
7 changed files with 582 additions and 0 deletions

View file

@ -22,6 +22,10 @@ smallvec = { version = "1.8.1", features = ["union"] }
tracing = "0.1"
# tidy-alphabetical-end
[dev-dependencies]
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "ansi"] }
tracing-tree = "0.2.0"
[features]
default = ["rustc"]
rustc = [