Added the watcher
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -2589,11 +2589,20 @@ dependencies = [
|
||||
name = "shanty-watch"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"clap",
|
||||
"dirs",
|
||||
"sea-orm",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"shanty-db",
|
||||
"strsim",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"unicode-normalization",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Submodule shanty-db updated: 2997d7e4f9...e1b682b048
1
shanty-watch
Submodule
1
shanty-watch
Submodule
Submodule shanty-watch added at 6cbca10f7e
@@ -1,13 +0,0 @@
|
||||
[package]
|
||||
name = "shanty-watch"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Library watchlist management for Shanty"
|
||||
|
||||
[dependencies]
|
||||
shanty-db = { path = "../shanty-db" }
|
||||
clap = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
@@ -1,4 +0,0 @@
|
||||
//! Library watchlist management.
|
||||
//!
|
||||
//! Manages the user's music library — tracking which artists, albums, and songs
|
||||
//! they want, and comparing against what they already have.
|
||||
@@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("shanty-watch: library watchlist management");
|
||||
}
|
||||
Reference in New Issue
Block a user