todox/Cargo.toml

22 lines
532 B
TOML
Raw Permalink Normal View History

2024-07-16 02:09:29 +00:00
[package]
name = "todox"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
color-eyre = "0.6.3"
crossterm = "0.27.0"
dotenvy = "0.15.7"
itertools = "0.13.0"
lazy_static = "1.4.0"
nom = "7.1.3"
ratatui = "0.26.3"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
strum = { version = "0.26.2", features = ["derive"] }
tui-input = "0.8.0"
tui-textarea = "0.4.0"
unescape = "0.1.0"
uuid = { version = "1.8.0", features = ["fast-rng", "macro-diagnostics", "v4"] }