Updated submodules

This commit is contained in:
Connor Johnstone
2026-03-17 19:05:21 -04:00
parent 8eeeb8ca8f
commit bdfc840ca4
7 changed files with 25 additions and 21 deletions

8
Cargo.lock generated
View File

@@ -2542,11 +2542,19 @@ dependencies = [
name = "shanty-search"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"dirs",
"sea-orm",
"serde",
"serde_json",
"shanty-db",
"shanty-tag",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]