gitbutler/crates
Kiril Videlov 7d078de52f
start moving virtual_branches to separate crate
We want to move towards having each functional domain in a separate crate. 
The main benefit of that for our project is that this will enforce a unidirectional dependency graph (i.e. no cycles).
Starting off with virutal_branches - a lot of the implementation is still in core (i.e. virtual.rs), that will be moved in a separate PR. 

Furthermore, the virtual branches controller (as well as virtual.rs) contain functions not directly related to branches (e.g. commit reordering etc). That will be furthe separate in a crate.
2024-07-07 13:32:35 +02:00
..
gitbutler-branch start moving virtual_branches to separate crate 2024-07-07 13:32:35 +02:00
gitbutler-cli Bump the rust-updates group with 17 updates 2024-06-01 15:38:43 +00:00
gitbutler-core start moving virtual_branches to separate crate 2024-07-07 13:32:35 +02:00
gitbutler-git Merge: resolve lockfile conflicts 2024-07-02 16:21:54 +02:00
gitbutler-tauri start moving virtual_branches to separate crate 2024-07-07 13:32:35 +02:00
gitbutler-testsupport remove the gitbutler generated key flow 2024-07-05 15:56:24 +02:00
gitbutler-watcher start moving virtual_branches to separate crate 2024-07-07 13:32:35 +02:00