We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b084ac commit 8375c36Copy full SHA for 8375c36
Cargo.toml
@@ -4,8 +4,9 @@ version = "0.1.0"
4
authors = ["Johann Ortiz <[email protected]>"]
5
license = "MIT"
6
readme = "README.md"
7
-keywords = ["bolt11"]
+keywords = ["bolt11", "bitcoin", "lightning", "invoice", "payment"]
8
repository = "https://github.com/kronolynx/bolt11-rust"
9
+description = "Lightning Network BOLT11 Implementation (Payment Requests)"
10
11
[dependencies]
12
num = "0.1.41"
0 commit comments