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

15 lines
446 B
TOML
Raw Normal View History

2020-12-28 08:50:09 +05:00
[package]
name = "rustraceroute"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
2020-12-30 00:34:55 +05:00
description = "Print the route packets trace to network host"
2020-12-28 08:50:09 +05:00
homepage = "https://github.com/kotovalexarian/rustraceroute"
repository = "https://github.com/kotovalexarian/rustraceroute"
license = "MIT"
keywords = ["network"]
categories = ["command-line-utilities", "network-programming"]
[dependencies]
2020-12-30 00:34:55 +05:00
clap = "3.0.0-beta.2"