Add (de-)serializable NoteId type
This commit is contained in:
parent
d19f98e852
commit
849400cf35
6 changed files with 160 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
mod ids;
|
||||
|
||||
// Learn more about Tauri commands at https://tauri.app/develop/calling-rust/
|
||||
#[tauri::command]
|
||||
fn greet(name: &str) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue