X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=no-std-check%2FCargo.toml;h=16d2fc110e2a42252dbc83afb623f6a76bff570d;hb=6f5e5e3898da67da809e939e6980bc3fbe647112;hp=cb22dcea9bfa7b71541404934b32d64c998d59db;hpb=50d12600b43c0c4a65547c6d37fca3efce0a12f2;p=rust-lightning diff --git a/no-std-check/Cargo.toml b/no-std-check/Cargo.toml index cb22dcea..16d2fc11 100644 --- a/no-std-check/Cargo.toml +++ b/no-std-check/Cargo.toml @@ -11,3 +11,7 @@ lightning = { path = "../lightning", default-features = false } lightning-invoice = { path = "../lightning-invoice", default-features = false } lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync", default-features = false } lightning-background-processor = { path = "../lightning-background-processor", features = ["futures"], default-features = false } + +# 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 }