X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=no-std-check%2FCargo.toml;h=45a70c2a6d1bc15e457a8f4929a492c206ede102;hb=refs%2Fheads%2Fupstream%2Fmain;hp=c9d404c922f86012b87e1b961ca451e60c49e0bb;hpb=2b04f193b9dc8eb6d0d0e5b513a47e668324debd;p=rust-lightning diff --git a/no-std-check/Cargo.toml b/no-std-check/Cargo.toml index c9d404c9..45a70c2a 100644 --- a/no-std-check/Cargo.toml +++ b/no-std-check/Cargo.toml @@ -15,3 +15,6 @@ lightning-background-processor = { path = "../lightning-background-processor", f # Obviously lightning-transaction-sync doesn't support no-std, but it should build # even if lightning is built with no-std. lightning-transaction-sync = { path = "../lightning-transaction-sync", optional = true } + +[patch.crates-io] +possiblyrandom = { path = "../possiblyrandom" }