changed from openssl to rustls in sqlx dependencies

This commit is contained in:
Iaphetes 2025-02-12 09:51:55 +01:00
parent 75d172fc3f
commit 563724b7ae
4 changed files with 845 additions and 573 deletions

2
src-tauri/src/saving.rs Normal file
View file

@ -0,0 +1,2 @@
#[tauri::command]
pub async fn save(path: String, content: String) {}