mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-17 15:25:13 +02:00
v2.0.0: adaptive eBPF firewall with AI honeypot and P2P threat mesh
This commit is contained in:
commit
37c6bbf5a1
133 changed files with 28073 additions and 0 deletions
18
blackwall-controller/Cargo.toml
Executable file
18
blackwall-controller/Cargo.toml
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "blackwall-controller"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "blackwall-controller"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
common = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
ring = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue