diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-21 23:12:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-21 23:12:37 +0800 |
| commit | e703c9376cd000161672ff225ff8e0f3c167ed9f (patch) | |
| tree | 7d93889eb145e09c6a46f5bbee898ed43cc83e92 /Cargo.lock | |
| parent | 2f0c1f3fda6025da64636a4cfd01d4f98bc7d50b (diff) | |
feat: add TOML config file support with CLI fallback
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -577,7 +577,9 @@ version = "0.1.0" dependencies = [ "clap", "pinyin", + "serde", "tokio", + "toml", "tracing-subscriber", "vtx-engine", ] |
