1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
rustraceroute/Cargo.toml

16 lines
462 B
TOML

[package]
name = "rustraceroute"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
description = "Print the route packets trace to network host"
homepage = "https://github.com/kotovalexarian/rustraceroute"
repository = "https://github.com/kotovalexarian/rustraceroute"
license = "MIT"
keywords = ["network"]
categories = ["command-line-utilities", "network-programming"]
[dependencies]
clap = "3.0.0-beta.2"
libc = "0.2.81"