Merge #762: Cargo: drop two keywords
5f0abbcc877fe0c31d11b21a2ce1ce7146dbbf38 Cargo: drop two keywords (Antoine Poinsot)
Pull request description:
We had too many keywords to be able to publish on crates.io
ACKs for top commit:
darosior:
self-ACK 5f0abbcc877fe0c31d11b21a2ce1ce7146dbbf38 -- trivial
Tree-SHA512: daf57c3f036ff44c164fa80eb8a88afdb799a63d3a59e19423eacba579300bc76ec0a1168a9ae9260484b754b0695ae98da4b4ed7a0cf3eff885010d15fcec04
This commit is contained in:
commit
49ce6e789b
@ -5,7 +5,7 @@ authors = ["Antoine Poinsot <darosior@protonmail.com>"]
|
||||
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"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user