mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
Ivan Bushchik
29338f32e3
- XSPF playlists support - Modernization of error handling and server-client communications - Vorbis and ALAC transcoding - All transcoders are now optional but enabled on default - lonelyradio_types crate is now exported through monolib Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
14 lines
340 B
TOML
14 lines
340 B
TOML
[package]
|
|
name = "lonelyradio_types"
|
|
edition = "2021"
|
|
version = "0.7.0"
|
|
authors = ["Ivan Bushchik <ivabus@ivabus.dev>"]
|
|
description = "Shared types for lonelyradio"
|
|
license = "MIT"
|
|
repository = "https://github.com/ivabus/lonelyradio"
|
|
|
|
|
|
[dependencies]
|
|
serde = {version = "1.0.209", features = ["derive"]}
|
|
serde_bytes = {version = "0.11.15"}
|