[package] name = "webapp" version = "0.1.0" edition = "2021" [dependencies] yew = "0.19" console_error_panic_hook = "0.1" wasm-logger = "0.2" log = "0.4" getrandom = { version = "0.2.7", features = ["js"] } wee_alloc = "0.4.3" anyhow = "1.0" regex = "1.0" lazy_static = "1.4" gloo-net = "0.2.4" wasm-bindgen-futures = "0.4.33" protocol = { path = "../protocol" } yew-router = "0.16.0" web-sys = { version = "0.3.60", features = ["Location", "Document"] } uuid = { version = "1.2.1", features = ["serde"] } rand = "0.8.4" serde = "1.0.147" futures = "0.3.25" [dev-dependencies] env_logger = "0.10.0" dotenv = "0.15"