From e42567b25093907cfd939edc92ace94a5d59b398 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 11 May 2026 19:56:10 +0800 Subject: Add `builds` feature and install completion scripts --- mling/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'mling/Cargo.lock') diff --git a/mling/Cargo.lock b/mling/Cargo.lock index fbcd4a7..073b69b 100644 --- a/mling/Cargo.lock +++ b/mling/Cargo.lock @@ -149,6 +149,7 @@ dependencies = [ name = "mingling_core" version = "0.1.8" dependencies = [ + "dirs", "just_fmt", "just_template", "once_cell", -- cgit