feat(deps): add tauri http plugin and update dependencies
This commit is contained in:
		@@ -8,6 +8,7 @@ fn greet(name: &str) -> String {
 | 
			
		||||
pub fn run() {
 | 
			
		||||
    tauri::Builder::default()
 | 
			
		||||
        .plugin(tauri_plugin_opener::init())
 | 
			
		||||
        .plugin(tauri_plugin_http::init())
 | 
			
		||||
        .invoke_handler(tauri::generate_handler![greet])
 | 
			
		||||
        .run(tauri::generate_context!())
 | 
			
		||||
        .expect("error while running tauri application");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user