stoptime-rs/ui/Cargo.toml

23 lines
459 B
TOML
Raw Permalink Normal View History

[package]
2020-07-16 15:52:45 +02:00
name = "stoptime-ui"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
2020-07-16 15:52:45 +02:00
categories = ["web-programming"]
description = """
The web UI for task/project time registration and invoicing.
"""
repository = "https://git.luon.net/mozcode/stoptime-rs"
license = "MIT"
2020-07-16 15:52:45 +02:00
readme = "../README.md"
edition = "2018"
[lib]
2020-07-16 15:52:45 +02:00
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2.64"
yew = "0.17.2"
[build-dependencies]
sass-rs = "0.2.2"