This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mdparser/Cargo.toml
Gustavo "Guz" L. de Mello a5e294608f add dependencies
2024-03-18 14:13:40 -03:00

14 lines
310 B
TOML

[package]
name = "mdparser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.5.3"
comrak = "0.21.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.33"