mirror of
https://github.com/zaphar/icmp-socket.git
synced 2025-07-21 19:29:47 -04:00
18 lines
444 B
TOML
18 lines
444 B
TOML
[package]
|
|
name = "icmp-socket"
|
|
description = "ICMP sockets for both IPv4 and IPv6"
|
|
version = "0.1.2"
|
|
repository = "https://github.com/zaphar/icmp-socket"
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1.3.4"
|
|
|
|
[dependencies.socket2]
|
|
version = "0.4.4"
|
|
features=[ "all" ]
|