Files
sphinx-key/Cargo.toml
2022-07-15 15:00:43 -06:00

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" }