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

22 lines
512 B
TOML

[workspace]
members = [
"signer",
"broker",
"parser",
"auther",
"tester",
]
exclude = [
"sphinx-key",
"crypter",
"crypter-ffi"
]
[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" }