diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-21 16:39:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-21 16:39:49 +0200 |
commit | 0ac9cedb4bd6a1a9bf3cbc04c3529b7881e1fec8 (patch) | |
tree | 5bec367345163776b2e526f41a5d5aab91107e6d /server/tools/Cargo.toml | |
parent | 829a20227e23ed45ae4949d19160bc412916b2ad (diff) | |
download | hurrycurry-0ac9cedb4bd6a1a9bf3cbc04c3529b7881e1fec8.tar hurrycurry-0ac9cedb4bd6a1a9bf3cbc04c3529b7881e1fec8.tar.bz2 hurrycurry-0ac9cedb4bd6a1a9bf3cbc04c3529b7881e1fec8.tar.zst |
start book html exporter
Diffstat (limited to 'server/tools/Cargo.toml')
-rw-r--r-- | server/tools/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/Cargo.toml b/server/tools/Cargo.toml index 1a6d6aa3..8c26cdfe 100644 --- a/server/tools/Cargo.toml +++ b/server/tools/Cargo.toml @@ -12,3 +12,4 @@ hurrycurry-protocol = { path = "../protocol" } hurrycurry-server = { path = ".." } serde_json = "1.0.145" serde = { version = "1.0.225", features = ["derive"] } +markup = "0.15.0" |