ILoader/Cargo.toml
alterwain@protonmail.com 84fd4b9262 Integration start.
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/main.rs
2025-02-08 12:31:08 +03:00

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