mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-19 15:45:12 +02:00
release: blackwall v1
This commit is contained in:
commit
e01b11f7ff
63 changed files with 11133 additions and 0 deletions
31
Cargo.toml
Normal file
31
Cargo.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"common",
|
||||
"blackwall",
|
||||
"blackwall-controller",
|
||||
"tarpit",
|
||||
"xtask",
|
||||
]
|
||||
exclude = ["blackwall-ebpf"]
|
||||
# blackwall-ebpf excluded — built separately with nightly + bpfel target
|
||||
|
||||
[workspace.dependencies]
|
||||
common = { path = "common" }
|
||||
aya = { version = "0.13", features = ["async_tokio"] }
|
||||
aya-log = "0.2"
|
||||
tokio = { version = "1", features = ["macros", "rt", "net", "io-util", "signal", "time", "sync"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
anyhow = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
toml = "0.8"
|
||||
papaya = "0.2"
|
||||
crossbeam-queue = "0.3"
|
||||
hyper = { version = "1", features = ["client", "http1"] }
|
||||
hyper-util = { version = "0.1", features = ["tokio", "client-legacy", "http1"] }
|
||||
http-body-util = "0.1"
|
||||
hyperlocal = "0.9"
|
||||
nix = { version = "0.29", features = ["signal", "net"] }
|
||||
rand = "0.8"
|
||||
Loading…
Add table
Add a link
Reference in a new issue