From 7f83ec04492054246c3832d1c2fa6c830f75a92d Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Wed, 11 Sep 2024 10:04:32 -0700 Subject: [PATCH] Add `stellar-ledger` crate description. (#1597) --- cmd/crates/stellar-ledger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crates/stellar-ledger/Cargo.toml b/cmd/crates/stellar-ledger/Cargo.toml index 24d2e8a74..d8847c7d7 100644 --- a/cmd/crates/stellar-ledger/Cargo.toml +++ b/cmd/crates/stellar-ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-ledger" -description = "" +description = "Handle Stellar signing with Ledger device" homepage = "https://github.com/stellar/soroban-tools" repository = "https://github.com/stellar/soroban-tools" authors = ["Stellar Development Foundation "]