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