fixed the multi-line note and some utf-8 stuff

This commit is contained in:
Hermes Agent
2026-08-16 19:42:44 +00:00
parent ba530a7271
commit b099157a17
5 changed files with 206 additions and 10 deletions

View File

@@ -5,6 +5,10 @@ edition = "2024"
description = "A category-driven personal information manager for the terminal"
license = "MIT"
[lints.rust]
# Keep compiler warnings fatal for every Cargo entry point, not only CI.
warnings = "deny"
[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", features = ["clock"] }