From aecb7ac234ddb38772f3a968c3fa43ec3b507315 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 4 Aug 2026 09:43:58 +0200 Subject: Init commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..dbd0150 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rusty-ping" +version = "0.1.0" +edition = "2024" + +[dependencies] +clap = { version = "4.4", features = ["derive"] } +ping = "0.9.0" +tokio = { version = "1", features = ["full"] } -- cgit v1.3-2-g11bf