bartib/Cargo.toml

21 lines
549 B
TOML
Raw Normal View History

2021-02-04 20:59:41 +00:00
[package]
name = "bartib"
version = "1.0.0"
2021-02-04 20:59:41 +00:00
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-11-16 20:51:59 +00:00
homepage = "https://github.com/nikolassv/bartib"
repository = "https://github.com/nikolassv/bartib"
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-11-16 20:51:59 +00:00
readme = "README.md"
keywords = ["cli"]
categories = ["command-line-utilities"]
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"
textwrap = "0.14.2"