Files
LibreQoS/src/rust/lqos_bus/Cargo.toml
Herbert Wolverson 7b0715756f Real-time reloading of lqosd tunables and queue check frequency
Extends the bus to include a "reload lqosd" command that reloads
the tunables and queue frequency in real-time, without requiring
a bridge restart.
2023-01-11 18:16:30 +00:00

18 lines
291 B
TOML

[package]
name = "lqos_bus"
version = "0.1.0"
edition = "2021"
[features]
default = ["equinix_tests"]
equinix_tests = []
[dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = "1"
anyhow = "1"
lqos_config = { path = "../lqos_config" }
[build-dependencies]
cc = "1.0"