feat: implement client
This commit is contained in:
33
Cargo.toml
33
Cargo.toml
@@ -1,30 +1,5 @@
|
||||
[package]
|
||||
name = "wg-mesh"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
[workspace]
|
||||
members = ["registry", "client"]
|
||||
resolver = "3"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.12.1"
|
||||
actix-ws = "0.3.1"
|
||||
base64 = "0.22.1"
|
||||
console = "0.16.2"
|
||||
futures = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
ipnetwork = { version = "0.21.1", features = ["serde"] }
|
||||
redis = { version = "=1.0.2", features = ["connection-manager", "tokio-comp"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
thiserror = "2.0.18"
|
||||
thiserror-ext = "0.3.0"
|
||||
tokio = { version = "1.49.0", features = ["macros", "sync"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-actix-web = "0.7.21"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
|
||||
[[bin]]
|
||||
name = "registry"
|
||||
path = "registry/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "client"
|
||||
path = "client/main.rs"
|
||||
[workspace.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user