summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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