Files
rayhunter/Cargo.toml
Cooper Quintin 52c715f5f2 first commit
2023-11-08 15:19:47 -08:00

12 lines
241 B
TOML

[package]
name = "diag"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.150"
nix = { version = "0.27.1", features = ["ioctl"]}