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.
This commit is contained in:
commit
f85a4d7e87
12 changed files with 2250 additions and 0 deletions
16
client/Cargo.toml
Normal file
16
client/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue