12 lines
231 B
TOML
12 lines
231 B
TOML
[dependencies]
|
|
regex = "1"
|
|
reqwest = "0.12"
|
|
tokio = { features = ["full"], version = "1" }
|
|
|
|
[package]
|
|
authors = ["Titus Wormer <tituswormer@gmail.com>"]
|
|
edition = "2018"
|
|
name = "markdown-generate"
|
|
publish = false
|
|
version = "0.0.0"
|