18 lines
465 B
TOML
18 lines
465 B
TOML
[package]
|
|
name = "zing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "The last ping command you'll ever need."
|
|
authors = ["Joe Bellus"]
|
|
license = "MIT"
|
|
readme = "readme.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
clap = { version = "4.4.10", features = ["derive"] }
|
|
surge-ping = "0.8.0"
|
|
tokio = { version = "1.34.0", features = ["full"]}
|
|
arkham = { version = "0.2.0" }
|