diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index a5b8e36..7b14dc3 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -3,7 +3,7 @@ name = "fluence-keypair" version = "0.10.1" authors = ["Fluence Labs"] edition = "2021" -description = "identity" +description = "unified keypair API based on libp2p-identity" license = "Apache-2.0" repository = "https://github.com/fluencelabs/trust-graph"