Skip to content

Commit 5b4eab7

Browse files
authored
fix(tls): add description and repository to Cargo.toml (#3167)
1 parent 87308f0 commit 5b4eab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

transports/tls/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "libp2p-tls"
33
version = "0.1.0-alpha"
44
edition = "2021"
55
rust-version = "1.60.0"
6+
description = "TLS configuration based on libp2p TLS specs."
7+
repository = "https://github.com/libp2p/rust-libp2p"
68
license = "MIT"
79
exclude = ["src/test_assets"]
810

0 commit comments

Comments
 (0)