Saving functionality is looking better
This commit is contained in:
parent
3e1e46ce2b
commit
a99e4fb3cf
15 changed files with 421 additions and 54 deletions
|
@ -35,7 +35,7 @@ serde_json = "1.0.104"
|
|||
fastrand = "2.0.0"
|
||||
rfd = { version = "0.12.1", features = ["xdg-portal"], default-features = false }
|
||||
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio", "macros"] }
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
tokio = { version = "1.40.0", features = ["full", "macros"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
|
||||
tracing = "0.1.37"
|
||||
time = { version = "0.3.29", features = ["formatting", "macros"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue