adding tokio and tracing for better logging and some async stuff
This commit is contained in:
parent
1c071de6bb
commit
7a1d9dfda8
2 changed files with 154 additions and 56 deletions
|
@ -32,8 +32,11 @@ zstd = "0.12.4"
|
|||
serde_json = "1.0.104"
|
||||
fastrand = "2.0.0"
|
||||
rfd = { version = "0.12.0", features = ["xdg-portal"], default-features = false }
|
||||
pretty_env_logger = "0.5.0"
|
||||
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "time", "local-time", "env-filter"] }
|
||||
tracing = "0.1.37"
|
||||
time = { version = "0.3.29", features = ["formatting", "macros"] }
|
||||
# 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