From 5b4eab7bafe6cba8fea6c806027ea680662b7cc6 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 25 Nov 2022 11:12:46 +0100 Subject: [PATCH] fix(tls): add description and repository to Cargo.toml (#3167) --- transports/tls/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index 17d2d6c8adc..7755ce605c3 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -3,6 +3,8 @@ name = "libp2p-tls" version = "0.1.0-alpha" edition = "2021" rust-version = "1.60.0" +description = "TLS configuration based on libp2p TLS specs." +repository = "https://github.com/libp2p/rust-libp2p" license = "MIT" exclude = ["src/test_assets"]