holey-bytes/xtask/Cargo.toml
Jakub Doka fae75072f4
removing hardcoded html files and replacing them with markdown
the markdown gets transpiled on build and built files are then included
in the server executable

Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
2024-12-14 13:17:58 +01:00

11 lines
144 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
markdown = "1.0.0-alpha.21"
walrus = "0.22.0"