Cargo Features
[dependencies]
repo_path_macro = { version = "1.2.0", default-features = false, features = ["gitignore"] }
- default = gitignore
-
The
gitignore
feature is set by default wheneverrepo_path_macro
is added without
somewhere in the dependency tree.default-features = false - gitignore default
-
Enables libgit2-sys
repo_path_macro has 2 features without comments.