A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: fix Cargo.toml before publishing

Gee Sawra 9d328368 2e8cfaa5

+2
+2
Cargo.toml
··· 2 2 name = "tracksync" 3 3 version = "0.1.0" 4 4 edition = "2021" 5 + description = "A command-line tool to manage music library syncing to neatly ordered directories." 6 + license-file = "LICENSE" 5 7 6 8 [profile.release] 7 9 strip = true # Automatically strip symbols from the binary.