Skip to content

Commit 4c02559

Browse files
committed
Include lnurl-auth as default feature
1 parent c6874df commit 4c02559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ categories = ["web-programming::http-client", "cryptography::cryptocurrencies"]
1212
build = "build.rs"
1313

1414
[features]
15+
default = ["lnurl-auth"]
1516
lnurl-auth = ["dep:bitcoin", "dep:url", "dep:base64", "dep:serde", "dep:serde_json", "reqwest/json"]
1617

1718
[dependencies]

0 commit comments

Comments
 (0)