Added downloads
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -2450,12 +2450,19 @@ dependencies = [
|
|||||||
name = "shanty-dl"
|
name = "shanty-dl"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
"dirs",
|
||||||
|
"sea-orm",
|
||||||
"serde",
|
"serde",
|
||||||
|
"serde_json",
|
||||||
"shanty-db",
|
"shanty-db",
|
||||||
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
"tracing-subscriber",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[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