mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-02 14:24:22 +01:00
14 lines
691 B
TOML
14 lines
691 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-core = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "patch-sign-chan", default-features = false, features = ["std", "secp-lowmemory"] }
|
|
lightning-signer-server = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "patch-sign-chan", default-features = false, features = ["persist"] }
|
|
serde = { version = "1.0.105", features = ["derive"] }
|
|
serde_with = { version = "1.6.4", features = ["hex"] }
|
|
hex = "0.4.3"
|
|
fsdb = "0.1.9" |