Save todos async in a JSON file and load on boot
This commit is contained in:
parent
02c20e6202
commit
b2392d28bd
2 changed files with 254 additions and 83 deletions
|
|
@ -36,6 +36,9 @@ iced_web = { version = "0.1.0-alpha", path = "web" }
|
|||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
directories = "2.0"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen = "0.2.51"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue