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 7a8afc7 commit 067120cCopy full SHA for 067120c
Cargo.toml
@@ -3,6 +3,7 @@
3
4
name = "Hash_Pool"
5
author = "22388o"
6
+license = "MIT"
7
description = "A simple library for Mining pools and developers"
8
documentation = "https://docs.rs/hashpool"
9
version = "1.0.10-beta"
@@ -11,7 +12,7 @@ version = "1.0.10-beta"
11
12
13
bdk = "=1.0.0-alpha.11"
14
bitcoin = "0.32.0"
-lighning = "0.0.123"
15
+lightning = "0.0.123"
16
17
[lib]
18
src/on-chain/Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "on-chain"
version = "1.0.0"
authors = ["22388o"]
description = "A simple library for on-chain operations"
0 commit comments