summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2b596e3f48f2bad76ba0574012f13405ea6b534c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "todui"
version = "0.1.4"
edition = "2021"
authors = ["Daniel M. <dmh672@gmail.com>"]
description = "A CLI and TUI for your todos"
repository = "https://github.com/danimelchor/todui"
license = "MIT"

[dependencies]
tui = { package = "ratatui", version = "0.20.1" }
crossterm = "0.25"
chrono = "0.4.23"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
anyhow = "1.0.69"
itertools = "0.10.5"
unicode-width = "0.1.10"
clap = { version = "4.1.8", features = ["derive"] }
open = "4.0.0"
dirs = "4.0.0"