stoptime-rs/Cargo.toml

17 lines
328 B
TOML

[package]
name = "stoptime"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
description = """
A web application for task/project time registration and invoicing.
"""
edition = "2018"
[dependencies]
rocket = "0.4.1"
[dependencies.rocket_contrib]
version = "0.4.1"
default-features = false
features = ["serve"]