Files
sphinx-key/persister/Cargo.toml
2022-08-23 08:29:21 -06:00

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"