Files
md-to-html/Cargo.toml
T
2026-03-23 15:25:57 +00:00

16 lines
474 B
TOML

[package]
name = "md_to_html"
version = "0.0.1"
edition = "2021"
repository = "https://git.stancik.work/lusk/md-to-html"
description = "Markdown to HTML converter"
authors = ["Sokhibjon Orzikulov <orzklv.uz>", "Lukas Stancik <lukas.stancik.work>"]
readme = "README.md"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
markdown = "1.0.0"