20 lines
344 B
TOML
20 lines
344 B
TOML
[package]
|
|
name = "svldgui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "svldgui"
|
|
test = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
libsvld = { path = "../libsvld" }
|
|
can-dbc = "9.1.0"
|
|
slint = "1.16.1"
|
|
rfd = "0.17.2"
|
|
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.16.1"
|