From f2da6dcf8772c70f6b23035a07ce4e305486160f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 18 Sep 2023 15:45:31 -0500 Subject: [PATCH] adding qt-build-utils --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a690b11..1b76ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,6 +349,7 @@ dependencies = [ "dirs", "fastrand", "libsqlite3-sys", + "qt-build-utils", "quote", "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 0134f57..e6de0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]