wiggle: can swap in tracing for args

This commit is contained in:
Pat Hickey
2020-05-30 19:06:37 -07:00
parent 994104d615
commit f89fc0ac57
6 changed files with 203 additions and 22 deletions

View File

@@ -14,5 +14,11 @@ include = ["src/**/*", "LICENSE"]
proptest = "0.9"
wiggle = { path = ".." }
[dev-dependencies]
thiserror = "1.0"
tracing = "0.1.14"
tracing-subscriber = "0.2.4"
[badges]
maintenance = { status = "actively-developed" }