mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
Ivan Bushchik
ec55bd2b1e
Drop of the "XOR encryption" Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
13 lines
329 B
TOML
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"
|