mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
11 lines
227 B
TOML
11 lines
227 B
TOML
[package]
|
|
name = "monoclient"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.18", features = ["derive"] }
|
|
rodio = { version = "0.17.3", default-features = false }
|
|
byteorder = "1.5.0"
|