echo-ip-rust/Cargo.toml

10 lines
192 B
TOML
Raw Normal View History

2022-06-03 17:55:01 +00:00
[package]
2023-01-07 10:41:15 +00:00
name = "echo-ip"
2022-06-03 17:55:01 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-07 10:41:15 +00:00
clap = "2.33.1"