Files
svld/svldplotter/Cargo.toml
T
2026-05-24 19:38:19 +02:00

20 lines
284 B
TOML

[package]
name = "svldplotter"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "svldplotter"
test = false
bench = false
[dependencies]
libsvld = { path = "../libsvld" }
can-dbc = "9.1"
eframe = "0.34"
egui = "0.34"
egui_plot = "0.35"
egui_ltreeview = "0.7"
fuzzy-matcher = "0.3"