12 lines
227 B
TOML
12 lines
227 B
TOML
[package]
|
|
name = "j"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.4", features = ["derive", "env"] }
|
|
owo-colors = "4.0.0"
|
|
temp-file = "0.1.8"
|
|
termsize = "0.1.9"
|
|
inquire = "0.7.5"
|