sigi 0.2.5

Sigi: An organizing tool and no-frills stack database.
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
version = "2.33"

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

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["♪ hiljusti 🎮 <hiljusti@pm.me>"]
categories = ["command-line-interface", "database-implementations"]
description = "Sigi: An organizing tool and no-frills stack database."
documentation = "https://docs.rs/sigi"
edition = "2018"
homepage = "https://github.com/hiljusti/sigi"
keywords = ["organization", "planning", "stack", "todo", "cli"]
license = "GPL-3.0-or-later"
name = "sigi"
readme = "README.md"
repository = "https://github.com/hiljusti/sigi"
version = "0.2.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"