Skip to content

Commit

Permalink
cargo: add gitoxide (or gix) dependency
Browse files Browse the repository at this point in the history
I've enabled the "index" component from the "basic" feature set, which would
be needed to implement colocated repo functionality. The doc suggests that
a library shouldn't activate "max-performance-safe", but our crate is also
an application so it would be okay to enable the feature. We'll need "parallel"
anyway to make GitBackend Sync.

https://docs.rs/gix/latest/gix/#feature-flags
  • Loading branch information
yuja committed Oct 31, 2023
1 parent 38daa9a commit abee758
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 0 deletions.
Loading

0 comments on commit abee758

Please sign in to comment.