From 25cd4eae36b18d2f8cbb31de88aef29dc44ffd83 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 10 Jun 2024 10:22:21 -0400 Subject: [PATCH] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 201e28e..5c4f647 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ This project uses the following dependencies: - `reqwest`: For making HTTP requests. - `threadpool`: For managing a pool of threads. - `webbrowser`: For opening URLs in the default web browser. +- `pnet`: For manipulating packets. ## Installation @@ -40,7 +41,9 @@ To build and run this project, you need to have Rust installed. If you don't hav pcap = "2.0.0" reqwest = { version = "0.12.4", features = ["blocking"] } threadpool = "1.8" - webbrowser = "0.6" + pnet = "0.35.0" + webbrowser = "1.0.1" + ``` 3. **Build the project**: