added the code and stuff

This commit is contained in:
pyro57000
2025-07-09 15:17:39 -05:00
parent 1fe9b39296
commit c1e1932a73
5 changed files with 816 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rrover"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
futures = "0.3.31"
ping-rs = "0.1.2"
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }