Skip to content
Merged

lexe #50

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/lni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ hex = "0.4"
sha2 = "0.10"
lightning-invoice = "0.34.0"
lightning = "0.2.2"
lexe = "0.1.16"
regex = "1"
json = "0.12"
uuid = { version = "1.0", features = ["v4"] }
Expand All @@ -49,6 +50,7 @@ async-attributes = "1.1.1"
tokio = { version = "1", features = ["full"] }
uniffi = { version = "0.29.0", features = ["bindgen-tests"] }
bip39 = "2.2.2"
tempfile = "3"

[build-dependencies]
uniffi = { version = "0.29.0", features = ["build"] }
Expand Down
Loading