diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 14:42:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 14:42:25 +0800 |
| commit | 1fc71c37623fb7d8c42930b1cc1e350bf4bf53b9 (patch) | |
| tree | 1cb312bd411d0dac223ba046f2f8db963cf3a6f9 /Cargo.lock | |
| parent | d1b99a4d72b60ca6a1ed9ab5f8f6d38c23e038ac (diff) | |
Add RON, TOML, and YAML renderers for override command
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1146,9 +1146,11 @@ dependencies = [ "log", "regex", "render_system_macros", + "ron", "rust-i18n", "serde", "serde_json", + "serde_yaml", "thiserror 2.0.17", "tokio", "toml 0.9.8", |
