bartib/Cargo.toml

11 lines
263 B
TOML
Raw Normal View History

2021-02-04 20:59:41 +00:00
[package]
name = "bartib"
version = "0.1.0"
authors = ["Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>"]
2021-02-04 21:18:22 +00:00
description = "A simple timetracker for the command line"
2021-02-04 20:59:41 +00:00
edition = "2018"
2021-02-04 21:18:22 +00:00
license = "GPL-3.0-or-later"
2021-02-04 20:59:41 +00:00
[dependencies]
2021-02-28 21:46:00 +00:00
chrono = "0.4"
clap = "~2.33"