Inertia/Cargo.toml

19 lines
477 B
TOML
Raw Normal View History

2023-02-21 22:14:29 +00:00
[package]
2023-02-25 00:02:56 +00:00
name = "inertia"
2023-02-21 22:14:29 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.93" }
clap = { version = "4.1.1", features = ["derive", "cargo"] }
chrono = { version = "0.4.23", features = ["serde"] }
dirs = "4.0.0"
colored = "2.0.0"
2023-02-22 21:51:19 +00:00
prettytable-rs = "0.10.0"
fuzzydate = "0.2.1"
2023-02-25 00:02:56 +00:00
toml = "0.7.2"