From b2001ed62d6a4abd7193daeb5d818395b46433b6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 14:07:28 +0800 Subject: feat: add config command and resource for editing settings Add a new `cfg` command to view and edit configuration items stored as key-value pairs in a JSON file. --- mingling_cli/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling_cli/Cargo.lock') diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index e5993b4..85f41bc 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -1106,9 +1106,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.1.2+spec-1.1.0" +version = "1.1.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" +checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" dependencies = [ "winnow 1.0.4", ] -- cgit