mirror of
https://github.com/zaphar/durnitisp.git
synced 2025-07-22 18:19:48 -04:00
12 lines
289 B
TOML
12 lines
289 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]
|
|
gflags = "^0.3"
|
|
nursery = "^0.0.1"
|
|
prometheus = "^0.9.0" |