[[bin]]
name = "diary-cli"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.30"
[dependencies.clap]
features = ["derive"]
version = "4.4.3"
[dependencies.lazy-db]
version = "1.5.3"
[dependencies.soulog]
version = "1.2.0"
[dependencies.toml]
version = "0.8.0"
[lib]
name = "diary_cli"
path = "src/lib.rs"
[package]
authors = ["kalscium <kalscium@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A powerful cli for documenting and keeping a diary."
edition = "2021"
license = "GPL-3.0"
name = "diary-cli"
readme = "README.md"
repository = "https://github.com/kalscium/diary-cli"
version = "1.3.5"
[[test]]
name = "entry"
path = "tests/entry.rs"
[[test]]
name = "isol"
path = "tests/isol.rs"
[[test]]
name = "list"
path = "tests/list.rs"
[[test]]
name = "section"
path = "tests/section.rs"
[[test]]
name = "sort"
path = "tests/sort.rs"