Mantis/ingress-ebpf/Cargo.toml
ParrotXray 46a69dd49c
refactor/rename-mantis (#12)
* 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
2026-05-22 18:42:51 +08:00

21 lines
378 B
TOML

[package]
name = "ingress-ebpf"
version = "0.1.0"
edition = "2024"
[dependencies]
common = { path = "../common", features = ["kernel"] }
aya-ebpf = { workspace = true }
aya-log-ebpf = { workspace = true }
network-types = { workspace = true }
[build-dependencies]
which = "8.0.0"
[[bin]]
name = "mantis-ingress"
path = "src/main.rs"
test = false
doctest = false
bench = false