finga
f85a4d7e87
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.
16 lines
418 B
TOML
16 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"
|