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
Generated
+10
View File
@@ -3656,6 +3656,15 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
dependencies = [
"pin-project-lite",
]
[[package]]
name = "toml_datetime"
version = "0.7.5+spec-1.1.0"
@@ -4849,6 +4858,7 @@ version = "0.1.0"
dependencies = [
"iced",
"rfd",
"tokio",
"uuid",
]