15 lines
462 B
TOML
15 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"
|