Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jun 28, 2024
1 parent 26f22ec commit 91cb5e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[package]
name = "Lightning_Lending"
version = "1.0.11-beta"
license = "MIT"
authors = ["22388"]
description = "A lightning lending library & cli by Nostr/LDK/DLCs"
repository = "https://github.com/AreaLayer/Lightning_Lending"
documentation = "https://docs.rs/lightning_lending"
keywords = ["lightning", "lending", "lnd", "bitcoin", "dlc"]
categories = ["cryptography", "Bitcoin", "Lightning"]


[dependencies]
dlc = "0.4.0"
lightning = "0.0.123"
nostr = "0.32.0"
bdk = "1.0.0-alpha.13"
bdk = "1.0.0-alpha.11"

0 comments on commit 91cb5e7

Please sign in to comment.