Add a crate-custom test harness
This commit is contained in:
parent
e4487ad391
commit
d697dd44d1
7 changed files with 582 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue