X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=no-std-check%2FCargo.toml;h=45a70c2a6d1bc15e457a8f4929a492c206ede102;hb=fe6564816a6275e45dcd91dd0320c30ebb1f38de;hp=c9d404c922f86012b87e1b961ca451e60c49e0bb;hpb=68e25c6c851b76115613dfd770e27b182404cc56;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" }