generated from PlexSheep/rs-base
feat: modules and cargo features
This commit is contained in:
parent
98a61cf3cb
commit
676a1836ed
|
@ -11,8 +11,14 @@ homepage = "https://git.cscherr.de/PlexSheep/beatbear"
|
||||||
repository = "https://git.cscherr.de/PlexSheep/beatbear"
|
repository = "https://git.cscherr.de/PlexSheep/beatbear"
|
||||||
keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"]
|
keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"]
|
||||||
|
|
||||||
|
[features]
|
||||||
|
backend-fs = []
|
||||||
|
backend-jellyfin = []
|
||||||
|
gui = []
|
||||||
|
tui = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
libpt = { version = "0.6.0", features = ["cli", "full"] }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "beatbaer"
|
name = "beatbaer"
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
pub mod backend;
|
||||||
|
pub mod music;
|
Loading…
Reference in New Issue