stoptime-rs/ui/Cargo.toml

21 lines
394 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.
"""
repository = "https://git.luon.net/mozcode/stoptime-rs"
license = "MIT"
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.64"
yew = "0.17.2"
[build-dependencies]
sass-rs = "0.2.2"