lockwatch/client/Cargo.toml
finga f85a4d7e87 Lay out the structure of the project
Parse arguments which can be used to configure the server. Create a
WASM client stub and make the server capable of serving it. Document
the current state in the readem.
2022-09-17 18:49:41 +02:00

17 lines
418 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"