You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
321 B
TOML
17 lines
321 B
TOML
[package]
|
|
name = "peshming"
|
|
version = "0.1.0"
|
|
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
prometheus = "0.5.0"
|
|
oping = "0.3.3"
|
|
toml = "0.4.10"
|
|
serde_derive = "1.0.85"
|
|
hyper = "0.12.23"
|
|
lazy_static = "1.2.0"
|
|
futures = "0.1.25"
|
|
tokio = "0.1.15"
|
|
env_logger = "0.6.0"
|