2026-04-15: fixing loading all memos on the way ...

This commit is contained in:
2026-04-15 18:10:47 +08:00
parent 3271283c82
commit b67752bcc2
3 changed files with 14 additions and 4 deletions

View File

@@ -1,10 +1,13 @@
[package]
name = "memoscli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["SidneyZhang <zly@lyzhang.me>"]
description = "A command-line tool to manage memos"
license = "MIT"
repository = "https://git.lyz.one/SidneyZhang/memoscli"
keywords = ["memos", "cli", "tui", "terminal"]
categories = ["command-line-utilities", "command-line-interface"]
[dependencies]
ratatui = "0.30"