durnitisp/Cargo.toml

17 lines
368 B
TOML
Raw Normal View History

2020-06-30 19:27:17 -05:00
[package]
name = "durnitisp"
2020-06-30 19:27:17 -05:00
version = "0.1.0"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
gflags = "^0.3"
log = "0.4"
nursery = "^0.0.1"
prometheus = "^0.9.0"
stderrlog = "0.4"
2020-12-24 15:48:50 -05:00
tiny_http = "^0.7.0"
2020-12-24 23:19:05 -05:00
ekko = "0.2.0"