Files
sphinx-key/parser/Cargo.toml
2022-07-25 12:31:27 -06:00

16 lines
459 B
TOML

[package]
name = "sphinx-key-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
# vls-protocol = { path = "../../../evanf/validating-lightning-signer/vls-protocol" }
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.1" }
serde = { version = "1.0", default-features = false }
serde_bolt = { version = "0.2", default-features = false }
[features]
default = ["std"]
std = ["vls-protocol/std"]