-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Cargo.toml
31 lines (29 loc) · 848 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "rusty-krab-manager"
version = "1.3.0"
authors = ["luak <[email protected]>"]
edition = "2018"
readme = "README.md"
license-file = "./LICENSE"
description = """
Time management TUI inspired by the pomodoro technique as described by Francesco Cirillo
"""
homepage = "https://github.com/aryakaul/rusty-krab-manager"
repository = "https://github.com/aryakaul/rusty-krab-manager"
documentation = "https://github.com/aryakaul/rusty-krab-manager/wiki"
keywords = ["time-management", "tui", "rusty-krab-manager"]
categories = ["command-line-utilities"]
exclude = ["example/*"]
[dependencies]
rand = "0.8.3"
chrono = "0.4"
tui = "0.18"
termion = "1.5.6"
config = "0.13"
rodio = "0.16"
dirs = "4.0"
pathsep = "0.1"
tinytemplate = "1.2.1"
serde ={ version = "1.0.123", features = ["derive"] }
clap = "3.2.10"
notify-rust = "4.5.10"