wg-mon/Cargo.toml

11 lines
301 B
TOML
Raw Permalink Normal View History

2021-09-06 19:17:02 +00:00
[package]
name = "wg-mon"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
surge-ping = "0.3"
tokio = { version = "1", default-features = false, features = ["macros", "net", "process", "rt", "time"] }