icmp-socket/Cargo.toml

11 lines
263 B
TOML
Raw Normal View History

2021-01-08 15:16:02 -05:00
[package]
name = "icmp"
version = "0.1.0"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
socket2 = "0.3.19"
packet = "0.1.4"