12 lines
326 B
TOML
12 lines
326 B
TOML
[package]
|
|
name = "iloader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rusb = "0.9.4"
|
|
regex = "1.11.1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
async-channel = "2.3.1"
|
|
gtk = { version = "0.9.5", package = "gtk4", features = ["v4_16"] }
|
|
soundcloud = { git = "https://gitea.awain.net/alterwain/soundcloud_api.git" } |