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