Renamed binaries to make things a bit more general

This commit is contained in:
Dave Hrycyszyn
2024-10-19 16:50:45 +01:00
parent 4cf3d03349
commit e821ed2a57
30 changed files with 91 additions and 69 deletions

82
Cargo.lock generated
View File

@@ -951,6 +951,47 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "crdt-node"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bdk",
"bdk_esplora",
"bdk_sqlite",
"bdk_wallet",
"bft-crdt-derive",
"bft-json-crdt",
"bitcoin 0.32.2",
"clap 4.5.7",
"dirs",
"electrum-client 0.20.0",
"ezsockets",
"fastcrypto",
"indexmap 2.2.6",
"reqwest",
"serde",
"serde_json",
"sha256",
"tokio",
"toml",
"tracing",
"uuid",
]
[[package]]
name = "crdt-relayer"
version = "0.1.0"
dependencies = [
"async-trait",
"ezsockets",
"sha256",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "criterion"
version = "0.4.0"
@@ -3333,47 +3374,6 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "side-node"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bdk",
"bdk_esplora",
"bdk_sqlite",
"bdk_wallet",
"bft-crdt-derive",
"bft-json-crdt",
"bitcoin 0.32.2",
"clap 4.5.7",
"dirs",
"electrum-client 0.20.0",
"ezsockets",
"fastcrypto",
"indexmap 2.2.6",
"reqwest",
"serde",
"serde_json",
"sha256",
"tokio",
"toml",
"tracing",
"uuid",
]
[[package]]
name = "side-watcher"
version = "0.1.0"
dependencies = [
"async-trait",
"ezsockets",
"sha256",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.2"