diff --git a/toos-dashboard/src-tauri/Cargo.toml b/toos-dashboard/src-tauri/Cargo.toml index 1d97485..faca6eb 100644 --- a/toos-dashboard/src-tauri/Cargo.toml +++ b/toos-dashboard/src-tauri/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" tauri-build = { version = "1.5", features = [] } [dependencies] -tauri = { version = "1.5", features = [ "dialog-all", "shell-open"] } +tauri = { version = "1.5", features = ["dialog-all", "shell-open"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serialport = "4.2.2"