18 lines
471 B
TOML
18 lines
471 B
TOML
|
|
[package]
|
||
|
|
name = "rustproxy-nftables"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
description = "NFTables kernel-level forwarding for RustProxy"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
rustproxy-config = { workspace = true }
|
||
|
|
tokio = { workspace = true }
|
||
|
|
tracing = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
anyhow = { workspace = true }
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
libc = { workspace = true }
|