local_chat/frontend/Cargo.toml
2024-10-19 10:34:57 -05:00

20 lines
553 B
TOML

[package]
name = "frontend"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = { version = "0.4.38", features = ["wasmbind"] }
ciborium = "0.2.2"
common = { version = "0.1.0", path = "../common" }
console_error_panic_hook = "0.1.7"
gloo = "0.11.0"
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
wasm-bindgen = "0.2.95"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.72", features = ["Navigator", "WebSocket", "EventListener"] }
yew = { version = "0.21.0", features = ["csr"] }
yew-hooks = "0.3.2"
yew-router = "0.18.0"