We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
toml-test-harness
1 parent 9cf6a4e commit abf833eCopy full SHA for abf833e
integ-tests/Cargo.toml
@@ -9,9 +9,11 @@ publish = false
9
codespan-reporting = "0.12"
10
insta = { version = "1.34", features = ["json"] }
11
pretty_assertions = "1.4"
12
-toml-test-harness = "0.4"
13
toml-span = { workspace = true, features = ["reporting", "serde"] }
14
+[dev-dependencies]
15
+toml-test-harness = "0.4"
16
+
17
[[test]]
18
name = "toml_test"
19
harness = false
0 commit comments