feat: implement async methods for saving and opening file

This commit is contained in:
Stevan Freeborn
2026-01-24 20:51:26 -06:00
parent f5d98197ac
commit 072ad61eb9
3 changed files with 56 additions and 1 deletions
+1
View File
@@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter"] }
rfd = "0.17.1"
tokio = { version ="1.49.0", features = ["fs"] }
uuid = { version = "1.19.0", features = ["v4"] }