diff options
Diffstat (limited to 'packet-detector-ebpf/Cargo.toml')
| -rw-r--r-- | packet-detector-ebpf/Cargo.toml | 12 |
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] | ||
| 2 | name = "packet-detector-ebpf" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2021" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | aya-ebpf = { workspace = true } | ||
| 8 | network-types = "0.1.0" | ||
| 9 | |||
| 10 | [[bin]] | ||
| 11 | name = "packet-detector" | ||
| 12 | path = "src/main.rs" | ||
