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