mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-25 01:41:11 -05:00
12 lines
196 B
TOML
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"
|