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 --- mingling_core/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_core/Cargo.toml') diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 4a8d593..f3ba9a2 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/catilgrass/mingling" nightly = [] default = [] async = [] +builds = ["dep:dirs"] dispatch_tree = [] general_renderer = [ @@ -31,6 +32,8 @@ thiserror = "2" once_cell = "1.21.4" +dirs = { version = "6", optional = true } + # comp just_template = { version = "0.1.3", optional = true } -- cgit