md-docs/Cargo.toml

15 lines
325 B
TOML
Raw Normal View History

2023-06-25 23:23:17 +00:00
[package]
name = "md-docs"
2023-10-02 02:29:11 +00:00
version = "0.1.2"
2023-06-25 23:23:17 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# misti = { path = "../compiler"}
clap = { version = "4.2.0", features = ["derive"] }
markdown = "1.0.0-alpha.7"
toml = "0.7.3"
yaml-rust = "0.4.5"