bartib/Cargo.toml

15 lines
349 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"
2021-07-16 19:02:17 +00:00
thiserror = "1.0"
2021-07-27 21:20:44 +00:00
anyhow = "1.0.42"
nu-ansi-term = "0.34.0"
term_size = "1.0.0-beta1"