stoptime-rs/ui/Cargo.toml

19 lines
322 B
TOML

[package]
name = "stoptime_ui"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
description = """
The web UI for task/project time registration and invoicing.
"""
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.64"
yew = "0.17.2"
[build-dependencies]
sass-rs = "0.2.2"