minimon/Cargo.toml

12 lines
225 B
TOML
Raw Permalink Normal View History

2024-06-29 16:31:16 +00:00
[package]
name = "minimon"
version = "0.1.0"
edition = "2021"
[dependencies]
hostname-validator = "1.1.1"
openssh = "0.10.4"
2024-06-29 18:00:45 +00:00
ping = "0.5.2"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }