iresine/iresine-il/Cargo.toml
Evie Viau c6e47572ac
Init work on IL for content
Add parsing from a String and converting from Markdown
2025-02-11 02:17:04 -08:00

14 lines
No EOL
226 B
TOML

[package]
name = "iresine-il"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
anyhow = "1.0.95"
markdown = "1.0.0-alpha.22"
[dev-dependencies]