mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-01 13:54:19 +01:00
14 lines
437 B
TOML
14 lines
437 B
TOML
[package]
|
|
name = "sphinx-key-persister"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lightning-signer-server = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", default-features = false, features = ["persist", "secp-lowmemory"] }
|
|
serde = { version = "1.0.105" }
|
|
hex = "0.4.3"
|
|
fsdb = "0.1.11"
|
|
log = "0.4"
|