mlem/Cargo.toml

20 lines
403 B
TOML
Raw Normal View History

2024-03-31 20:08:43 +02:00
[package]
name = "mlem"
2024-04-08 17:45:35 +02:00
version = "0.2.0"
2024-03-31 20:08:43 +02:00
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"
2024-04-01 19:05:53 +02:00
toml = "0.8"
serde = { version = "1.0", features = ["derive"]}
chrono = "0.4"
derive_more = "0.99"
2024-04-06 21:39:27 +02:00
scraper = "0.19"
serde_json = "1.0"
xml-builder = "0.5"
2024-04-21 15:18:03 +02:00
html-escape = "0.2"