working on rust svelte integration

This commit is contained in:
Iaphetes 2024-11-12 21:58:31 +01:00
parent 41f011ed58
commit 49deafd8a2
4 changed files with 5003 additions and 3 deletions

View file

@ -22,4 +22,6 @@ tauri = { version = "2", features = [] }
tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-fs = "2"
comrak = "0.29.0"