Added downloads

This commit is contained in:
Connor Johnstone
2026-03-17 15:31:42 -04:00
parent 3f837647e0
commit 6a12ece5cd
5 changed files with 8 additions and 22 deletions

7
Cargo.lock generated
View File

@@ -2450,12 +2450,19 @@ dependencies = [
name = "shanty-dl"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"dirs",
"sea-orm",
"serde",
"serde_json",
"shanty-db",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]