mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 09:01:45 +03:00
c36f67f148
This protects us from cyclic dependencies. Unfortunatelly as part of this, i had to introduce the imp Project as trait implementations since now Project is foreign
11 lines
108 B
Rust
11 lines
108 B
Rust
mod suite {
|
|
mod projects;
|
|
}
|
|
|
|
mod git;
|
|
mod keys;
|
|
mod lock;
|
|
mod types;
|
|
pub mod virtual_branches;
|
|
mod zip;
|