lonelyradio/lonelyradio_types/Cargo.toml
Ivan Bushchik ec55bd2b1e
0.6.0: artwork support, new SwiftUI client, new protocol iteration
Drop of the "XOR encryption"

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-07-12 23:33:51 +03:00

13 lines
329 B
TOML

[package]
name = "lonelyradio_types"
description = "Shared types for lonelyradio"
license = "MIT"
version = "0.6.0"
edition = "2021"
authors = ["Ivan Bushchik <ivabus@ivabus.dev>"]
repository = "https://github.com/ivabus/lonelyradio"
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_bytes = "0.11.15"