Add (de-)serializable NoteId type
This commit is contained in:
parent
d19f98e852
commit
849400cf35
6 changed files with 160 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
|||
tauri-build = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
rand = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tauri = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue