adding qt-build-utils

This commit is contained in:
Chris Cochrun 2023-09-18 15:45:31 -05:00
parent c86abcbd36
commit f2da6dcf87
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -349,6 +349,7 @@ dependencies = [
"dirs",
"fastrand",
"libsqlite3-sys",
"qt-build-utils",
"quote",
"serde",
"serde_derive",

View file

@ -38,6 +38,7 @@ fastrand = "2.0.0"
# and compiles it together with the Rust static library
[build-dependencies]
cxx-qt-build = "0.5.3"
qt-build-utils = "0.5.3"
# [dependencies.confy]
# features = ["yaml_conf"]