mlem/Cargo.toml

12 lines
228 B
TOML
Raw Normal View History

2024-03-31 20:08:43 +02:00
[package]
name = "mlem"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
markdown = "1.0.0-alpha.16"
tera = "1.0"
regex = "1.0"