mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-10 02:25:17 +03:00
Ivan Bushchik
ec55bd2b1e
Drop of the "XOR encryption" Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
13 lines
355 B
TOML
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" }
|