You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
299 B
TOML
14 lines
299 B
TOML
[package]
|
|
name = "tuxedo_ioctl"
|
|
version = "0.1.0"
|
|
license = "GPLv2+"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nix = { version = "0.24.1", features = ["ioctl"] }
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
sudo = "0.6" |