mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
20 lines
585 B
TOML
20 lines
585 B
TOML
[package]
|
|
name = "lightning-rapid-gossip-sync"
|
|
version = "0.0.110"
|
|
authors = ["Arik Sosman <git@arik.io>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/lightningdevkit/rust-lightning"
|
|
edition = "2018"
|
|
description = """
|
|
Utility to process gossip routing data from Rapid Gossip Sync Server.
|
|
"""
|
|
|
|
[features]
|
|
_bench_unstable = []
|
|
|
|
[dependencies]
|
|
lightning = { version = "0.0.110", path = "../lightning" }
|
|
bitcoin = { version = "0.29.0", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
lightning = { version = "0.0.110", path = "../lightning", features = ["_test_utils"] }
|