feat(settings): show note full date

This commit is contained in:
Fernando López Guevara
2025-07-23 17:49:33 -03:00
parent 6a08d4b1b2
commit ab84304265
9 changed files with 29 additions and 14 deletions

View File

@@ -49,6 +49,7 @@ once_cell = { workspace = true }
md5 = { workspace = true }
bitflags = { workspace = true }
regex = "1"
chrono = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }