diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-12 01:02:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-12 01:02:02 +0800 |
| commit | 6cc36992b397bcfd40440891ca6d007ae00d1169 (patch) | |
| tree | 2368f0c200fe914f3b3d4a7ee18ba39f96449fda /Cargo.toml | |
| parent | 80ec3487d24cdaa990db5d6f9ea8c1777b51f90b (diff) | |
Update crate `cfg_file`
Add feature `derive`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
