mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 05:19:42 +05:00
21 lines
427 B
TOML
21 lines
427 B
TOML
[package]
|
|
name = "zaprett"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
clap = { version = "4.5.50", features = ["derive"] }
|
|
iptables = "0.6.0"
|
|
libc = "0.2.177"
|
|
procfs = "0.18.0"
|
|
regex = "1.12.2"
|
|
rust-ini = "0.21.3"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
sysctl = "0.7.1"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.49"
|