Add `no-std` support for RGS
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
index b8bc8437bca04f2c96e08a12f5464635195c6993..30a641b30d1735cc229def767c25783b1ca74fa7 100644 (file)
@@ -10,6 +10,9 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
 """
 
 [features]
+default = ["std"]
+no-std = ["lightning/no-std"]
+std = ["lightning/std"]
 _bench_unstable = []
 
 [dependencies]