Skip to content

Commit

Permalink
Pcap as dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebuonco committed Oct 12, 2024
1 parent d698424 commit e775350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ edition = "2021"
clap = { version = "4.5.9", features = ["derive"] }
hwaddr = "0.1.7"
packet = "0.1.4"
pcap = "2.0.0"
pnet = "0.35.0"

[dev-dependencies]
pcap = "2.0.0"

[[bin]]
name = "yapppwn"
path = "src/main.rs"

0 comments on commit e775350

Please sign in to comment.