[package] name = "client" version = "0.1.0" edition = "2021" description = "A WASM client for lockwatch." license = "GPL-3.0-or-later" readme = "../README.md" repository = "https://git.onders.org/finga/lockwatch" keywords = ["stop-watch", "time-taking", "lock-picking"] categories = ["wasm", "web-programming::http-client"] [dependencies] yew = "0.19" console_error_panic_hook = "0.1" log = "0.4" wasm-logger = "0.2" gloo-timers = "0.2" instant = { version = "0.1", features = [ "wasm-bindgen" ] }