gitbutler/crates/gitbutler-core/src/gb_repository.rs
Sebastian Thiel 26c39f2a3f
chore: move library from top-level to gitbutler-core
This better expresses what it does, and leaves the `gitbutler-app`
in the top-level where it can serve as visible entrypoint.
2024-03-30 22:39:21 +01:00

4 lines
64 B
Rust

mod repository;
pub use repository::{RemoteError, Repository};