14 lines
315 B
TOML
14 lines
315 B
TOML
[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"
|