From 6cc36992b397bcfd40440891ca6d007ae00d1169 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 12 Sep 2025 01:02:02 +0800 Subject: Update crate `cfg_file` Add feature `derive` --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ee5879..13b8e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,13 @@ name = "just_enough_vcs" version = "0.1.0" edition = "2024" - license-file = "LICENSE-MIT.md" - authors = [ "Weicao-CatilGrass (GitHub)" ] +[features] +default = ["cfg_file"] +cfg_file = [] + [workspace] members = [ @@ -41,3 +43,4 @@ panic = "abort" strip = "symbols" [dependencies] +cfg_file = { path = "crates/utils/cfg_file" } \ No newline at end of file -- cgit