gitbutler/crates/gitbutler-core/tests/core.rs
Kiril Videlov c36f67f148
move oplog to its own crate
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
2024-07-07 20:00:01 +02:00

11 lines
108 B
Rust

mod suite {
mod projects;
}
mod git;
mod keys;
mod lock;
mod types;
pub mod virtual_branches;
mod zip;