16 lines
287 B
TOML
16 lines
287 B
TOML
[package]
|
|
name = "svldgui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "svldgui"
|
|
test = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
libsvld = { path = "../libsvld" }
|
|
native-windows-gui = { version = "1.0.13", features = ["file-dialog"] }
|
|
native-windows-derive = "1.0.5"
|
|
can-dbc = "9.1.0"
|