lonelyradio/monoloader/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
355 B
TOML

[package]
name = "monoloader"
version = "0.6.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
monolib = { path = "../monolib" }
clap = { version = "4.4.18", features = ["derive"] }
hound = "3.5.1"
lonelyradio_types = { version = "0.6.0", path = "../lonelyradio_types" }