sigi 2.0.0

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

[badges]
maintenance = { status = "passively-maintained" }

[profile.release]
codegen-units = 1
lto = true
opt-level = 'z'

[dependencies]
chrono = { version = "0.4", features = [ "serde", "unstable-locales" ] }
clap = "2.33"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"