diff --git a/Cargo.toml b/Cargo.toml index 17074ac..05064bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] -name = "template" +name = "Beatbär" version = "0.1.0" edition = "2021" publish = false authors = ["Christoph J. Scherr "] license = "GPL-3-or-newer" -description = "No description yet" +description = "Music player with many backends and download-caching" readme = "README.md" -homepage = "https://git.cscherr.de/PlexSheep/rs-base" -repository = "https://git.cscherr.de/PlexSheep/rs-base" -keywords = ["template"] +homepage = "https://git.cscherr.de/PlexSheep/beatbear" +repository = "https://git.cscherr.de/PlexSheep/beatbear" +keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"] [dependencies] diff --git a/README.md b/README.md index a27185f..e33ae5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# rs-base +# Beatbär -Base repository for rust projects \ No newline at end of file +Beatbär is a music player that will support multiple backends, including + +* Filesystem (just plain old files on your disk) +* Jellyfin + +Beatbär is currently still in early development. + +Beatbär was started, because seemingly no player existed, that would just let me +download my jellyfin songs so that they don't need to waste bandwidth with +streaming.