Cargo Features
[dependencies]
jj-starship = { version = "0.7.0", default-features = false, features = ["git"] }
- default = git
-
The
gitfeature is set by default wheneverjj-starshipis added withoutsomewhere in the dependency tree.default-features = false - git default
-
Enables git2 ^0.19
Git integration
Affects
output::format_git…