things-cli 0.1.0

Bringing things3 to the terminal
[[bin]]
name = "things-cli"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.rusqlite]
version = "0.31"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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