lonelyradio/monoclient/Cargo.toml

11 lines
227 B
TOML
Raw Permalink Normal View History

[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"