mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-16 22:14:20 +01:00
15 lines
369 B
TOML
15 lines
369 B
TOML
[package]
|
|
name = "sphinx-key-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "ken-mr-265" }
|
|
serde = { version = "1.0", default-features = false }
|
|
serde_bolt = { version = "0.2", default-features = false }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["vls-protocol/std"]
|
|
|