mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 06:04:17 +00:00
14 lines
No EOL
313 B
TOML
14 lines
No EOL
313 B
TOML
[package]
|
|
name = "bartib"
|
|
version = "0.1.0"
|
|
authors = ["Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>"]
|
|
description = "A simple timetracker for the command line"
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
clap = "~2.33"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0.42"
|
|
termion = "*" |