11 lines
240 B
TOML
11 lines
240 B
TOML
[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"] }
|