mirror of
https://github.com/danbulant/rshell
synced 2026-06-14 12:01:28 +00:00
19 lines
No EOL
693 B
TOML
19 lines
No EOL
693 B
TOML
[package]
|
|
name = "rshell"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# cushy = { version = "0.4.0", features=["tokio", "tokio-multi-thread", "plotters", "roboto-flex"], default-features = false }
|
|
cushy = { git = "https://github.com/khonsulabs/cushy.git", branch = "main", features=["tokio", "tokio-multi-thread", "plotters", "roboto-flex"] }
|
|
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread"] }
|
|
plotters = { version = "0.3.7", default-features = false }
|
|
image = { version = "0.25.0", features = ["png"] }
|
|
mpris = "2.0.1"
|
|
reqwest = "0.12.8"
|
|
reqwest-middleware="0.3.3"
|
|
http-cache-reqwest = "0.14.0"
|
|
color_quant = "1.0"
|
|
hsl = "0.1.1"
|
|
itertools = "0.10.0"
|
|
palette = "0.7.3" |