From 54dbe4a1867f6a3a4e86dea473612ddfbf550573 Mon Sep 17 00:00:00 2001 From: kaiwitt Date: Tue, 24 Aug 2021 09:34:46 +0200 Subject: [PATCH] Update description in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96fd0cf..dbaf3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "seed-xor" version = "0.1.0" edition = "2018" authors = ["KaiWitt "] -description = "XOR 24-word bip39 mnemonics." +description = "XOR bip39 mnemonics." readme = "README.md" repository = "https://github.com/KaiWitt/seed-xor" license = "MIT"