mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-01 05:44:19 +01:00
23 lines
530 B
TOML
23 lines
530 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"signer",
|
|
"broker",
|
|
"parser",
|
|
"auther",
|
|
"tester",
|
|
]
|
|
|
|
exclude = [
|
|
"sphinx-key",
|
|
"crypter",
|
|
"crypter-ffi",
|
|
"persister",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
# updates the "rand" create to use esp RNG
|
|
getrandom = { version = "0.2", git = "https://github.com/esp-rs-compat/getrandom.git" }
|
|
secp256k1 = { git = "https://github.com/Evanfeenstra/rust-secp256k1", branch = "v0.22.0-new-rand" }
|
|
lightning = { git = "https://github.com/Evanfeenstra/rust-lightning", branch = "v0.0.108-branch" }
|