aboutsummaryrefslogtreecommitdiff
path: root/lib/go_vanity/Cargo.toml
blob: 6aaf7483009689db37cdf0a062365b1cb27cdcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "go_vanity"
version = "0.2.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
build = "src/build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mime = "0.3"
warp = "0.3"

[build-dependencies]
ructe = { version = "0.13", features = ["warp02"] }