summaryrefslogtreecommitdiff
path: root/packet-detector-ebpf/Cargo.toml
blob: 7241610c28a1f20a0866db6e8442c00ae91317c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "packet-detector-ebpf"
version = "0.1.0"
edition = "2021"

[dependencies]
aya-ebpf = { workspace = true }
network-types = "0.1.0"

[[bin]]
name = "packet-detector"
path = "src/main.rs"