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