beatbaer/Cargo.toml

25 lines
605 B
TOML
Raw Normal View History

2024-08-22 19:00:26 +02:00
[package]
2024-08-22 19:17:41 +02:00
name = "Beatbär"
2024-08-22 19:00:26 +02:00
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
2024-08-22 19:12:43 +02:00
license = "GPL-3-or-newer"
2024-08-22 19:17:41 +02:00
description = "Music player with many backends and download-caching"
2024-08-22 19:00:26 +02:00
readme = "README.md"
2024-08-22 19:17:41 +02:00
homepage = "https://git.cscherr.de/PlexSheep/beatbear"
repository = "https://git.cscherr.de/PlexSheep/beatbear"
keywords = ["media", "sound", "music", "player", "jellyfin", "downloads"]
2024-08-22 19:00:26 +02:00
2024-08-22 19:28:22 +02:00
[features]
backend-fs = []
backend-jellyfin = []
gui = []
tui = []
2024-08-22 19:00:26 +02:00
[dependencies]
2024-08-22 19:28:22 +02:00
libpt = { version = "0.6.0", features = ["cli", "full"] }
[lib]
name = "beatbaer"