md2gemtext/Cargo.toml

17 lines
437 B
TOML
Raw Normal View History

2020-10-05 11:35:17 +00:00
[package]
name = "md2gemtext"
version = "0.1.0"
authors = ["Melody Horn <melody@boringcactus.com>"]
edition = "2018"
2020-10-05 12:35:17 +00:00
description = "for converting Markdown into gemtext"
repository = "https://git.sr.ht/~boringcactus/md2gemtext"
license = "BlueOak-1.0.0"
keywords = ["gemini", "markdown"]
2020-10-05 11:35:17 +00:00
2020-10-05 12:35:17 +00:00
[badges]
maintenance = { status = "experimental" }
2020-10-05 11:35:17 +00:00
[dependencies]
2020-10-07 00:45:20 +00:00
gemtext = "0.2.1"
2020-10-05 11:35:17 +00:00
pulldown-cmark = { version = "0.8", default-features = false }