honeycomb-recents/Cargo.toml
2026-02-11 20:30:23 +01:00

17 lines
585 B
TOML

[package]
name = "honeycomb-recents"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
freedesktop-icons = "0.4.0"
futures = "0.3.31"
iced = { version = "0.13.1", features = [ "image", "tokio", "svg", "async-std" ] }
iced_layershell = "0.13.7"
once_cell = "1.21.3"
tokio = { version = "1.47.1", features = ["full"] }
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" ] }