17 lines
535 B
TOML
17 lines
535 B
TOML
[package]
|
|
name = "md2gemtext"
|
|
version = "0.1.0"
|
|
authors = ["Melody Horn <melody@boringcactus.com>"]
|
|
edition = "2018"
|
|
description = "for converting Markdown into gemtext"
|
|
repository = "https://git.sr.ht/~boringcactus/md2gemtext"
|
|
license = "BlueOak-1.0.0"
|
|
keywords = ["gemini", "markdown"]
|
|
|
|
[badges]
|
|
maintenance = { status = "experimental" }
|
|
|
|
[dependencies]
|
|
gemtext = { version = "0.2.0", git = "https://tulpa.dev/boringcactus/maj.git", branch = "make-gemtext-node-clone" }
|
|
pulldown-cmark = { version = "0.8", default-features = false }
|