mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-19 22:55:15 +01:00
21 lines
780 B
TOML
21 lines
780 B
TOML
[package]
|
|
name = "sphinx-key-tester"
|
|
version = "0.1.0"
|
|
authors = ["Evan Feenstra <evanfeenstra@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sphinx-key-signer = { path = "../signer" }
|
|
sphinx-key-parser = { path = "../parser" }
|
|
vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer" }
|
|
vls-protocol-signer = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer", default-features = false, features = ["secp-lowmemory"] }
|
|
anyhow = {version = "1", features = ["backtrace"]}
|
|
log = "0.4"
|
|
rumqttc = "0.12.0"
|
|
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }
|
|
pretty_env_logger = "0.4.0"
|
|
clap = "=3.0.0-beta.2"
|
|
clap_derive = "=3.0.0-beta.5"
|
|
fern = { version = "0.6", features = ["colored"] }
|
|
chrono = "0.4"
|