Added the organizer

This commit is contained in:
Connor Johnstone
2026-03-17 18:23:21 -04:00
parent 6a12ece5cd
commit 50e17eb227
7 changed files with 11 additions and 1196 deletions

9
Cargo.lock generated
View File

@@ -2500,11 +2500,20 @@ dependencies = [
name = "shanty-org"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"dirs",
"lofty",
"sea-orm",
"serde",
"shanty-db",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"walkdir",
]
[[package]]