init: initial commit

This commit is contained in:
user0-07161 2026-02-10 00:30:03 +01:00
commit 200ab7a2c7
11 changed files with 6192 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[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" ] }