17 lines
336 B
TOML
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"
|