docs: readme and cargo.toml
cargo devel CI / cargo CI (push) Failing after 54s Details

This commit is contained in:
Christoph J. Scherr 2024-08-22 19:17:41 +02:00
parent 49a1b6d6ce
commit b794bf3e53
2 changed files with 16 additions and 7 deletions

View File

@ -1,15 +1,15 @@
[package] [package]
name = "template" name = "Beatbär"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL-3-or-newer" license = "GPL-3-or-newer"
description = "No description yet" description = "Music player with many backends and download-caching"
readme = "README.md" readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/rs-base" homepage = "https://git.cscherr.de/PlexSheep/beatbear"
repository = "https://git.cscherr.de/PlexSheep/rs-base" repository = "https://git.cscherr.de/PlexSheep/beatbear"
keywords = ["template"] keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"]
[dependencies] [dependencies]

View File

@ -1,3 +1,12 @@
# rs-base # Beatbär
Base repository for rust projects 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.