stoptime-rs/Cargo.toml

12 lines
233 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"