durnitisp/Cargo.toml
Augie Fackler 957199557b main: use Result<()> from anyhow to make error handling easier here
As the program grows some configuration, it makes sense to let errors
propagate gracefully.
2020-07-27 22:58:08 -04:00

14 lines
323 B
TOML

[package]
name = "durnitisp"
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"
nursery = "^0.0.1"
prometheus = "^0.9.0"
tiny_http = "^0.7.0"