lockwatch/client/Cargo.toml
finga b12b8765a9 client: Create stopwatch frontend
Create the frontend for the stopwatch which does not yet communicate
with the server.
2022-09-17 21:53:39 +02:00

18 lines
499 B
TOML

[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" ] }