[package]
edition = "2024"
name = "mds-rs"
version = "0.1.8"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown to static HTML slideshow generator."
homepage = "https://www.simondanielsson.se"
readme = "README.md"
keywords = [
"markdown",
"html",
"slideshow",
"productivity",
]
license = "MIT"
repository = "https://github.com/simon-danielsson/mds"
[[bin]]
name = "mds"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.103"