aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-20 07:14:30 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-20 07:14:30 +0800
commit69354929928d1d071698262c259cdffbf9aec468 (patch)
treefd02cb43e17e619cdbf800046560231974bf6a9d /Cargo.toml
parentd1cda84f0d9acf2700e4c2eeafff4dbb63cc51fe (diff)
feat: add verbose mode and update vtx-engine dependency
- Enable whisper.cpp C library logs when verbose flag is set - Replace direct eprintln usage with debug_log macro for non-error messages - Update vtx-engine dependency to latest commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 68a84cb..f74c26a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
[dependencies.vtx-engine]
git = "https://github.com/Weicao-CatilGrass/vtx-engine"
-rev = "efa61f80156c226f76bf12e5cedf11c92af22ccb"
+rev = "864889b97c52d31098670d33e10d62a96ec8c41e"
[profile.dev]
opt-level = 0