mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
5b3273f542
This is removed in favor of the new `ops` module
14 lines
157 B
Rust
14 lines
157 B
Rust
mod suite {
|
|
mod projects;
|
|
mod virtual_branches;
|
|
}
|
|
|
|
mod error;
|
|
mod git;
|
|
mod keys;
|
|
mod lock;
|
|
mod reader;
|
|
mod types;
|
|
pub mod virtual_branches;
|
|
mod zip;
|