mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-09 10:34:30 +01:00
19 lines
435 B
TOML
19 lines
435 B
TOML
[package]
|
|
name = "sphinx-key-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git" }
|
|
serde = { version = "1.0", default-features = false }
|
|
rmp-serde = "1.1.0"
|
|
serde_bolt = { version = "0.2", default-features = false }
|
|
sphinx-auther = "0.1.12"
|
|
sphinx-glyph = "0.1.0"
|
|
anyhow = "1"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["vls-protocol/std"]
|
|
|