diff --git a/identify/Cargo.toml b/identify/Cargo.toml index eba924ba..295fec25 100644 --- a/identify/Cargo.toml +++ b/identify/Cargo.toml @@ -2,6 +2,11 @@ name = "tentacle-identify" version = "0.1.0" authors = ["Qian Linfeng "] +license = "MIT" +description = "p2p identify protocol" +keywords = ["network", "peer-to-peer", "p2p", "identify"] +repository = "https://github.com/nervosnetwork/p2p" +categories = ["network-programming", "asynchronous"] edition = "2018" [dependencies]