mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
13 lines
370 B
TOML
13 lines
370 B
TOML
[package]
|
|
name = "reaction-plugin-nftables"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
|
remoc.workspace = true
|
|
reaction-plugin.path = "../reaction-plugin"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
nftables = { version = "0.6.3", features = ["tokio"] }
|
|
libnftables1-sys = { version = "0.1.1" }
|