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.
1 parent c689b97 commit 428bc14Copy full SHA for 428bc14
Cargo.lock
@@ -1637,6 +1637,13 @@ version = "0.11.15"
1637
source = "registry+https://github.com/rust-lang/crates.io-index"
1638
checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
1639
1640
+[[package]]
1641
+name = "json-types"
1642
+version = "0.1.0"
1643
+dependencies = [
1644
+ "serde",
1645
+]
1646
+
1647
[[package]]
1648
name = "jsondocck"
1649
version = "0.1.0"
@@ -4386,6 +4393,7 @@ version = "0.0.0"
4386
4393
dependencies = [
4387
4394
"expect-test",
4388
4395
"itertools 0.9.0",
4396
+ "json-types",
4389
4397
"minifier",
4390
4398
"pulldown-cmark 0.8.0",
4391
4399
"regex",
0 commit comments