2024-05-16 08:28:18 +03:00
|
|
|
[package]
|
|
|
|
name = "lonelyradio_types"
|
|
|
|
edition = "2021"
|
2024-08-26 20:08:19 +03:00
|
|
|
version = "0.7.0"
|
2024-05-20 07:48:32 +03:00
|
|
|
authors = ["Ivan Bushchik <ivabus@ivabus.dev>"]
|
2024-08-26 20:08:19 +03:00
|
|
|
description = "Shared types for lonelyradio"
|
|
|
|
license = "MIT"
|
2024-05-20 07:48:32 +03:00
|
|
|
repository = "https://github.com/ivabus/lonelyradio"
|
2024-05-16 08:28:18 +03:00
|
|
|
|
2024-08-26 20:08:19 +03:00
|
|
|
|
2024-05-16 08:28:18 +03:00
|
|
|
[dependencies]
|
2024-08-26 20:08:19 +03:00
|
|
|
serde = {version = "1.0.209", features = ["derive"]}
|
|
|
|
serde_bytes = {version = "0.11.15"}
|