12 lines
410 B
TOML
12 lines
410 B
TOML
|
[package]
|
||
|
name = "md2gemtext"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Melody Horn <melody@boringcactus.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[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 }
|