bartib/Cargo.toml
Nikolas Schmidt-Voigt 297bb01dbe Start command
2021-02-28 22:46:00 +01:00

11 lines
No EOL
263 B
TOML

[package]
name = "bartib"
version = "0.1.0"
authors = ["Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>"]
description = "A simple timetracker for the command line"
edition = "2018"
license = "GPL-3.0-or-later"
[dependencies]
chrono = "0.4"
clap = "~2.33"