doc: add docbook -> mdbook conversion tool

Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
Julian Orth 2026-01-30 21:05:33 +01:00
parent bb7b284623
commit cbc4bebf20
5 changed files with 1133 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "docbook-to-mdbook"
version = "0.1.0"
edition = "2024"
[dependencies]
quick-xml = "0.39.0"
anyhow = "1.0.100"
bstr = "1.12.1"
textwrap = "0.16.2"
regex = "1.12.2"
isnt = "0.2.0"