Skip to content

Commit

Permalink
misc: add some cargo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Dec 6, 2017
1 parent 7ffe1ca commit 3c7ce8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "tokio-ping"
version = "0.1.0"
license = "MIT/Apache-2.0"
authors = ["Fedor Gogolev <[email protected]>"]
documentation = "https://docs.rs/tokio-ping"
repository = "https://github.com/knsd/tokio-ping"
description = "Asynchronous ICMP pinging library"
keywords = ["tokio", "icmp", "ping"]

[dependencies]
error-chain = "0.11"
Expand Down

0 comments on commit 3c7ce8c

Please sign in to comment.