From 18bfa76e74c00ec867b77f11d1766a51d5746b7a Mon Sep 17 00:00:00 2001 From: Qian Linfeng Date: Thu, 14 Mar 2019 16:02:01 +0800 Subject: [PATCH] Update identify protocol metadata --- identify/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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]