mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-07 16:54:36 +01:00
14 lines
489 B
TOML
14 lines
489 B
TOML
[package]
|
|
name = "sphinx-key-signer"
|
|
version = "0.1.0"
|
|
authors = ["Evan Feenstra <evanfeenstra@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sphinx-key-parser = { path = "../parser" }
|
|
sphinx-key-persister = { path = "../persister" }
|
|
vls-protocol-signer = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", default-features = false, features = ["std", "secp-lowmemory"] }
|
|
anyhow = {version = "1", features = ["backtrace"]}
|
|
log = "0.4"
|
|
rand = { version = "0.8" }
|