Skip to content

Commit

Permalink
fix(tls): add description and repository to Cargo.toml (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Nov 25, 2022
1 parent 87308f0 commit 5b4eab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transports/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 5b4eab7

Please sign in to comment.