fae75072f4
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>
11 lines
144 B
TOML
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"
|
|
|