add:add command + add existing

This commit is contained in:
kokopi-dev
2026-04-04 22:45:23 +09:00
parent 973356cda5
commit 69fa44b36a
19 changed files with 1088 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "scripts-organizer"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "scripts-organizer"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.102"
cliclack = "0.5.2"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18"
toml = "1.1.2"