Files
marte-debug/Tools/gui_client/Cargo.toml
Martino Ferrari 5ef0efe7d6 Initial commit
2026-02-21 00:58:56 +01:00

17 lines
336 B
TOML

[package]
name = "marte_debug_gui"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.31.0"
egui = "0.31.0"
egui_plot = "0.31.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
byteorder = "1.4"
chrono = "0.4"
crossbeam-channel = "0.5"
regex = "1.12.3"