14 lines
346 B
TOML
14 lines
346 B
TOML
[package]
|
|
name = "honeycomb-navigation"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
iced = { version = "0.14.0", default-features = false, features = ["tokio", "image", "wayland"] }
|
|
iced_layershell = "0.14.2"
|
|
interprocess = "2.3.1"
|
|
tempfile = "3.25.0"
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = "0.3.22"
|
|
xkbcommon = "0.9.0"
|