mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 19:00:27 +09:00
* refactor: Rename project from NetGuardia to Mantis * fix: convert mantis-frontend from tracked files to submodule * wip * feat: Suricata integration stabilization and config unification Fix a series of bugs in the Suricata daemon integration and unify configuration so users interact only with config.toml. * docs: sur-001-c1 Suricata integration stabilization findings
21 lines
340 B
TOML
21 lines
340 B
TOML
[package]
|
|
name = "egress-ebpf"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
common = { path = "../common", features = ["kernel"] }
|
|
|
|
aya-ebpf = { workspace = true }
|
|
aya-log-ebpf = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
which = "8.0.0"
|
|
|
|
[[bin]]
|
|
name = "mantis-egress"
|
|
path = "src/main.rs"
|
|
test = false
|
|
doctest = false
|
|
bench = false
|