A tool for synchronizing music based on album selections.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[package] |
|
name = "music-sync" |
|
version = "0.1.0" |
|
authors = ["Paul van Tilburg <paul@luon.net>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
clap = "2.32.0" |
|
cursive = "0.9.0" |
|
failure = "0.1.2" |
|
lazy_static = "1" |
|
walkdir = "2"
|
|
|