mirror of
https://github.com/nikolassv/bartib
synced 2024-12-03 00:39:09 +00:00
21 lines
No EOL
549 B
TOML
21 lines
No EOL
549 B
TOML
[package]
|
|
name = "bartib"
|
|
version = "1.0.1"
|
|
authors = ["Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>"]
|
|
description = "A simple timetracker for the command line"
|
|
homepage = "https://github.com/nikolassv/bartib"
|
|
repository = "https://github.com/nikolassv/bartib"
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later"
|
|
readme = "README.md"
|
|
keywords = ["cli"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
clap = "~2.33"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0.42"
|
|
nu-ansi-term = "0.34.0"
|
|
term_size = "1.0.0-beta1"
|
|
textwrap = "0.14.2" |