websocket protocol

This commit is contained in:
2024-10-19 16:00:31 +02:00
parent 5e651b382d
commit b94b3cf44f
13 changed files with 440 additions and 217 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = [".", "avam-client", "avam-wasm"]
members = [".", "avam-client", "avam-protocol", "avam-wasm"]
resolver = "2"
[package]
@@ -28,6 +28,8 @@ panic = "abort"
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
ssr = [
"dep:avam-protocol",
"dep:argon2",
"dep:axum",
@@ -60,6 +62,7 @@ ssr = [
]
[dependencies]
avam-protocol = { path = "./avam-protocol", optional = true }
# Utilities
anyhow = { version = "1.0.89", optional = false }
argon2 = { version = "0.5.3", optional = true }