X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=no-std-check%2FCargo.toml;h=16d2fc110e2a42252dbc83afb623f6a76bff570d;hb=bc0203d69b47a2f089ef15f5c2e193219bab2818;hp=cb22dcea9bfa7b71541404934b32d64c998d59db;hpb=ad40573bc4425ac6dc6ec05eb66eb9de9e600780;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 }