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.
21 lines
495 B
TOML
21 lines
495 B
TOML
[package]
|
|
name = "peshming"
|
|
version = "0.1.0"
|
|
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
|
|
edition = "2018"
|
|
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
|
|
|
|
[dependencies]
|
|
prometheus = "0.5.0"
|
|
oping = "0.3.3"
|
|
toml = "0.4.10"
|
|
hyper = "0.12.23"
|
|
lazy_static = "1.2.0"
|
|
futures = "0.1.25"
|
|
tokio = "0.1.15"
|
|
clap = "2.32.0"
|
|
fern = "0.5.7"
|
|
log = "0.4.6"
|
|
chrono = "0.4.6"
|
|
serde = { version = "1.0.87", features = ["derive"] }
|