2021-02-04 20:59:41 +00:00
|
|
|
[package]
|
|
|
|
name = "bartib"
|
2021-11-25 21:05:00 +00:00
|
|
|
version = "1.0.1"
|
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"
|
2021-03-28 20:36:17 +00:00
|
|
|
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"
|
2021-09-30 21:35:43 +00:00
|
|
|
nu-ansi-term = "0.34.0"
|
2021-10-05 15:01:39 +00:00
|
|
|
term_size = "1.0.0-beta1"
|
|
|
|
textwrap = "0.14.2"
|