mirror of
https://github.com/zaphar/icmp-socket.git
synced 2025-07-21 19:29:47 -04:00
11 lines
273 B
TOML
11 lines
273 B
TOML
[package]
|
|
name = "icmp-socket"
|
|
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"
|
|
byteorder = "1.3.4" |