From 5f0abbcc877fe0c31d11b21a2ce1ce7146dbbf38 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Mon, 30 Oct 2023 18:40:50 +0100 Subject: [PATCH] Cargo: drop two keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8a46ad1..f35eb119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Antoine Poinsot "] edition = "2018" repository = "https://github.com/wizardsardine/liana" license-file = "LICENCE" -keywords = ["bitcoin", "wallet", "safe", "script", "miniscript", "inheritance", "recovery"] +keywords = ["bitcoin", "wallet", "miniscript", "inheritance", "recovery"] description = "Liana wallet daemon" exclude = [".github/", ".cirrus.yml", "tests/", "test_data/", "contrib/", "pyproject.toml"]