remove rpc, cli start

This commit is contained in:
2026-06-04 12:37:57 +02:00
parent 3ce0f800a0
commit 37ce941e02
15 changed files with 219 additions and 126 deletions

4
src/cli/mod.rs Normal file
View File

@ -0,0 +1,4 @@
pub mod add;
pub mod edit;
pub mod remove;
pub mod ls;