generated from PlexSheep/rs-base
docs: readme and cargo.toml
cargo devel CI / cargo CI (push) Failing after 54s
Details
cargo devel CI / cargo CI (push) Failing after 54s
Details
This commit is contained in:
parent
49a1b6d6ce
commit
b794bf3e53
10
Cargo.toml
10
Cargo.toml
|
@ -1,15 +1,15 @@
|
|||
[package]
|
||||
name = "template"
|
||||
name = "Beatbär"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
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]
|
||||
|
|
13
README.md
13
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue