initial commit

This commit is contained in:
Peter Dwyer
2022-07-05 13:10:23 +01:00
commit 131550086f
8 changed files with 462 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "conping"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.2.6", features = ["derive"] }
dns-lookup = { version = "1.0.8" }
chrono = "0.4"