summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-08-22 11:39:56 +0800
committerluwenpeng <[email protected]>2023-08-22 11:39:56 +0800
commitd528b3c2ffe2bb6e7456a264c438c1c90ff96412 (patch)
tree839241eac438e821d948b34776b80aeb8ecd1694 /Cargo.toml
parent3a6c7d587e6e8d7c3e7b70a93646c0e41a385220 (diff)
[feature] Support Packet Capture
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22f845b..6327a08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
nom = "7"
-chrono = "0.4" \ No newline at end of file
+chrono = "0.4"
+pcap = "0.11" \ No newline at end of file