Added downloads
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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]]
|
||||
|
||||
1
shanty-dl
Submodule
1
shanty-dl
Submodule
Submodule shanty-dl added at d5641493b9
@@ -1,14 +0,0 @@
|
||||
[package]
|
||||
name = "shanty-dl"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Music downloading for Shanty"
|
||||
|
||||
[dependencies]
|
||||
shanty-db = { path = "../shanty-db" }
|
||||
clap = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
@@ -1,5 +0,0 @@
|
||||
//! Music downloading.
|
||||
//!
|
||||
//! Downloads music files using pluggable backends. The default backend uses
|
||||
//! yt-dlp, with support for additional backends (torrents, Soulseek, etc.)
|
||||
//! via a trait-based architecture.
|
||||
@@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("shanty-dl: music downloading");
|
||||
}
|
||||
Reference in New Issue
Block a user