diff options
| author | root <root@sg2.noml.ch> | 2025-12-29 22:18:04 +0800 |
|---|---|---|
| committer | root <root@sg2.noml.ch> | 2025-12-29 22:18:04 +0800 |
| commit | 1951b063d7ec6d6e8db8a0b5074c73f887749208 (patch) | |
| tree | 6ece8dfce605fbff6eca6be4bbeb5d7904417bbb /packet-detector-ebpf/Cargo.toml | |
initial commitmain
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" | ||
