mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-10 02:54:23 +01:00
13 lines
221 B
TOML
13 lines
221 B
TOML
[package]
|
|
name = "sphinx-key-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
vls-protocol = { path = "../../validating-lightning-signer/vls-protocol" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["vls-protocol/std"]
|
|
|