things-cli 0.1.0

Bringing things3 to the terminal
[package]
name = "things-cli"
description = "Bringing things3 to the terminal"
version = "0.1.0"
edition = "2024"
authors = ["Miguel Avila <me@avila.sh>"]
repository = "https://github.com/migueravila/things"
readme = "readme.md"
license = "MIT"


[dependencies]
clap = { version = "4.5", features = ["derive"] }
rusqlite = "0.31"
colored = "2.1"
chrono = { version = "0.4", features = ["serde"] }
dirs = "5.0"
glob = "0.3"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"