honeycomb-recents/Cargo.toml
user0-07161 99028d0605
All checks were successful
build / test-debian (push) Successful in 2m29s
build / test-alpine (push) Successful in 5m35s
chore: latest iced
2026-02-11 22:41:59 +01:00

18 lines
602 B
TOML

[package]
name = "honeycomb-recents"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.89"
freedesktop-icons = "0.4.0"
futures = "0.3.31"
iced = { version = "0.14.0", features = [ "image", "tokio", "svg" ] }
iced_layershell = "0.14.2"
once_cell = "1.21.3"
tokio = { version = "1.47.1", features = ["full"] }
tracing-subscriber = "0.3.22"
wayrs-client = { version = "1.3.1", features = [ "tokio" ] }
wayrs-protocols = { version = "0.14.11", features = [ "wlr-foreign-toplevel-management-unstable-v1" ] }
wayrs-utils = { version = "0.17.2", features = [ "seats" ] }