[package] name = "stoptime" version = "0.1.0" authors = ["Paul van Tilburg "] 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"]