summaryrefslogtreecommitdiff
path: root/packet-detector-ebpf/Cargo.toml
diff options
context:
space:
mode:
authorroot <root@sg2.noml.ch>2025-12-29 22:18:04 +0800
committerroot <root@sg2.noml.ch>2025-12-29 22:18:04 +0800
commit1951b063d7ec6d6e8db8a0b5074c73f887749208 (patch)
tree6ece8dfce605fbff6eca6be4bbeb5d7904417bbb /packet-detector-ebpf/Cargo.toml
initial commitmain
Diffstat (limited to 'packet-detector-ebpf/Cargo.toml')
-rw-r--r--packet-detector-ebpf/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/packet-detector-ebpf/Cargo.toml b/packet-detector-ebpf/Cargo.toml
new file mode 100644
index 0000000..7241610
--- /dev/null
+++ b/packet-detector-ebpf/Cargo.toml
@@ -0,0 +1,12 @@
1[package]
2name = "packet-detector-ebpf"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7aya-ebpf = { workspace = true }
8network-types = "0.1.0"
9
10[[bin]]
11name = "packet-detector"
12path = "src/main.rs"