init: initial commit

This commit is contained in:
user0-07161 2026-02-10 00:23:54 +01:00
commit c60336f664
19 changed files with 5186 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "honeycomb-navigation"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
iced = { version = "0.13.1", features = [ "image", "async-std" ] }
iced_layershell = "0.13.7"
interprocess = "2.3.1"
tempfile = "3.20.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
xkbcommon = "0.9.0"