From e6adad01a73a81434368984ddc21f0a43d92c552 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Mon, 23 Dec 2024 21:19:40 +0100 Subject: [PATCH] chore: add description to rgb-wallet crate --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2a0f6ef..b126934 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rgb-wallet" +description = "RGB smart contracts command-line wallet" version.workspace = true authors.workspace = true repository.workspace = true