Update deps and fix highlighting
This commit is contained in:
@@ -19,7 +19,7 @@ description.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
either_of = "0.1.5"
|
||||
either_of = "0.1.6"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tauri.workspace = true
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
#[tauri::command]
|
||||
fn hello(message: &str) -> Result<(), std::io::Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn main() {
|
||||
template_lib::run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user