PoC in Rust Dumping state and config

This commit is contained in:
Martin Quarda
2025-05-09 20:08:41 +02:00
parent fa64b35e18
commit 8c796b1590
2 changed files with 38 additions and 16 deletions

View File

@@ -7,7 +7,8 @@ edition = "2024"
env_logger = "0.11.8"
futures-lite = "2.6.0"
iced = {"git"= "https://github.com/iced-rs/iced.git", "features"=["tokio", "auto-detect-theme", "fira-sans", "tiny-skia", "wgpu", "sipper"]}
lazy_static = "1.5.0"
nusb = "0.1.13"
serde = {version = "1.0.219", features=["derive"]}
serde_json = "1.0.140"
tokio = {version = "1.45.0", features=["time"]}
tokio = {version = "1.45.0", features=["time", "fs", "io-util", "macros"]}