mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-25 09:35:09 +03:00
12 lines
282 B
TOML
12 lines
282 B
TOML
|
[package]
|
||
|
name = "monoloader"
|
||
|
version = "0.4.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"
|