gitmesh-lighthouse 0.1.3

Bootstrap and relay node for the Git Mesh network.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gitmesh-lighthouse"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Bootstrap and relay node for the Git Mesh network."

[dependencies]
gitmesh-core = { workspace = true }
tokio = { version = "1", features = ["full"] }
libp2p = { version = "0.53", features = ["tcp", "dns", "noise", "yamux", "identify", "ping", "relay", "tokio", "macros"] }
anyhow = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"