Compare commits

..

No commits in common. "5da9a360d48da1a6ddbaa0c67d6e158678ac5f06" and "98a61cf3cb73a8a72915d0d5f814c7cc8bacac09" have entirely different histories.

6 changed files with 0 additions and 8 deletions

View file

@ -11,14 +11,8 @@ homepage = "https://git.cscherr.de/PlexSheep/beatbear"
repository = "https://git.cscherr.de/PlexSheep/beatbear"
keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"]
[features]
backend-fs = []
backend-jellyfin = []
gui = []
tui = []
[dependencies]
libpt = { version = "0.6.0", features = ["cli", "full"] }
[lib]
name = "beatbaer"

View file

View file

@ -1,2 +0,0 @@
pub mod backend;
pub mod music;

View file