File tree 1 file changed +22
-7
lines changed
1 file changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,12 @@ dependencies = [
303
303
" crypto-common" ,
304
304
]
305
305
306
+ [[package ]]
307
+ name = " doc-comment"
308
+ version = " 0.3.3"
309
+ source = " registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = " fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
311
+
306
312
[[package ]]
307
313
name = " elasticlunr-rs"
308
314
version = " 3.0.2"
@@ -465,6 +471,21 @@ dependencies = [
465
471
" syn" ,
466
472
]
467
473
474
+ [[package ]]
475
+ name = " html_parser"
476
+ version = " 0.7.0"
477
+ source = " registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = " f6f56db07b6612644f6f7719f8ef944f75fff9d6378fdf3d316fd32194184abd"
479
+ dependencies = [
480
+ " doc-comment" ,
481
+ " pest" ,
482
+ " pest_derive" ,
483
+ " serde" ,
484
+ " serde_derive" ,
485
+ " serde_json" ,
486
+ " thiserror" ,
487
+ ]
488
+
468
489
[[package ]]
469
490
name = " humantime"
470
491
version = " 2.1.0"
@@ -680,13 +701,13 @@ name = "mdbook-trpl-listing"
680
701
version = " 0.1.0"
681
702
dependencies = [
682
703
" clap" ,
704
+ " html_parser" ,
683
705
" mdbook" ,
684
706
" pulldown-cmark" ,
685
707
" pulldown-cmark-to-cmark" ,
686
708
" serde_json" ,
687
709
" thiserror" ,
688
710
" toml 0.8.14" ,
689
- " xmlparser" ,
690
711
]
691
712
692
713
[[package ]]
@@ -1767,12 +1788,6 @@ dependencies = [
1767
1788
" memchr" ,
1768
1789
]
1769
1790
1770
- [[package ]]
1771
- name = " xmlparser"
1772
- version = " 0.13.6"
1773
- source = " registry+https://github.com/rust-lang/crates.io-index"
1774
- checksum = " 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
1775
-
1776
1791
[[package ]]
1777
1792
name = " yaml-rust"
1778
1793
version = " 0.4.5"
You can’t perform that action at this time.
0 commit comments