wayland/docbook-to-mdbook/Cargo.toml
Julian Orth cbc4bebf20 doc: add docbook -> mdbook conversion tool
Signed-off-by: Julian Orth <ju.orth@gmail.com>
2026-02-02 12:44:18 +01:00

12 lines
196 B
TOML

[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"