Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagrishkov authored Jul 20, 2020
1 parent d7ed9c9 commit 5c8f04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ homepage = "https://github.com/ilyagrishkov/libtraceroute"
repository = "https://github.com/ilyagrishkov/libtraceroute"
description = "Cross-platform traceroute library for Rust"
readme = "README.md"
keywords = ["traceroute", "networking", "transport", "datalink", "udp", "icmp"]
keywords = ["traceroute", "networking", "udp", "tcp", "icmp"]
categories = ["network-anlysis"]

[dependencies]
pnet = "0.26.0"
rand = "0.7.3"
async-std = "1.6.2"
async-std = "1.6.2"

0 comments on commit 5c8f04c

Please sign in to comment.