made ping command

This commit is contained in:
2025-01-29 17:57:11 +01:00
parent 160ff270bd
commit fcda580d61
4 changed files with 79 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poise = "0.6.1"
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }