mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
22 lines
339 B
TOML
22 lines
339 B
TOML
[package]
|
|
name = "krata"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
serde = { workspace = true }
|
|
libc = { workspace = true }
|
|
|
|
[dependencies.nix]
|
|
workspace = true
|
|
features = ["ioctl", "socket"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "ethtool"
|
|
path = "examples/ethtool.rs"
|