summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-12 01:02:02 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-12 01:02:02 +0800
commit6cc36992b397bcfd40440891ca6d007ae00d1169 (patch)
tree2368f0c200fe914f3b3d4a7ee18ba39f96449fda /Cargo.toml
parent80ec3487d24cdaa990db5d6f9ea8c1777b51f90b (diff)
Update crate `cfg_file`
Add feature `derive`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
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