diff options
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 |
