nix-configs/programs/jrnl/Cargo.toml

13 lines
227 B
TOML
Raw Normal View History

2024-04-16 21:37:01 +02:00
[package]
2024-05-06 21:33:14 +02:00
name = "j"
2024-04-16 21:37:01 +02:00
version = "0.1.0"
edition = "2021"
[dependencies]
2024-04-20 20:07:07 +02:00
chrono = "0.4.38"
2024-04-16 22:06:12 +02:00
clap = { version = "4.5.4", features = ["derive", "env"] }
2024-04-20 20:07:07 +02:00
owo-colors = "4.0.0"
temp-file = "0.1.8"
2024-10-11 08:49:54 +02:00
termsize = "0.1.9"
2024-05-06 21:33:14 +02:00
inquire = "0.7.5"