ultimate_nag52/config_app/Cargo.toml

27 lines
659 B
TOML
Raw Normal View History

2022-01-15 02:25:31 -08:00
[package]
name = "config_app"
version = "0.1.0"
edition = "2021"
2022-04-03 07:17:11 -07:00
resolver = "2"
2022-01-15 02:25:31 -08:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "config_app"
path = "src/main.rs"
2022-01-15 02:25:31 -08:00
[dependencies]
2022-12-04 03:34:55 -08:00
serde_json = { version = "1.0.89" }
serde = { version = "1.0.148", features = ["derive"] }
ecu_diagnostics="0.90.52"
image = "0.24.5"
2022-04-03 07:17:11 -07:00
serial-rs = {git="https://github.com/rnd-ash/serial-rs"}
nfd="0.0.4"
pollster = "0.2.5"
2022-09-10 14:21:47 -07:00
eframe = {version="0.19.0", features=["wgpu"]}
2022-09-10 13:27:57 -07:00
egui_extras = "0.19.0"
2022-04-13 10:13:25 -07:00
modular-bitfield = "0.11.2"
2022-08-01 08:08:19 -07:00
static_assertions = "1.1.0"
2022-12-04 03:34:55 -08:00
env_logger="0.10.0"
egui-toast="0.4.0"
2022-11-30 12:26:48 -08:00
chrono = "0.4.23"
2022-11-28 03:32:07 -08:00
nom="7.1.1"