including sqlx to potentially switch to it
This commit is contained in:
parent
197478cb44
commit
a21190e58b
2 changed files with 418 additions and 6 deletions
|
@ -32,7 +32,8 @@ zstd = "0.12.4"
|
|||
serde_json = "1.0.104"
|
||||
fastrand = "2.0.0"
|
||||
rfd = { version = "0.12.0", features = ["xdg-portal"], default-features = false }
|
||||
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
|
||||
pretty_env_logger = "0.5.0"
|
||||
sqlx = { version = "0.6.3", features = ["sqlite", "runtime-tokio"] }
|
||||
# ffmpeg-next = "6.0.0"
|
||||
|
||||
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue