dhcprs/Cargo.toml
2022-09-23 13:59:19 +01:00

17 lines
361 B
TOML

[package]
name = "dhcprs"
version = "0.1.0"
edition = "2021"
description = "A library for encoding and decoding DHCP/BOOTP packets"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "dhcprs"
path = "src/lib.rs"
[dependencies]
nix = "0.25.0"
eui48 = "1.1.0"
libc = "0.2.133"