aboutsummaryrefslogtreecommitdiffstats
path: root/generate/Cargo.toml
blob: 7a2cf63c77896cc70e64f60d6db7394b2993b091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "markdown-generate"
version = "0.0.0"
authors = ["Titus Wormer <tituswormer@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
regex = "1"
reqwest = "0.11"
tokio = { version = "1", features = ["full"] }