mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
26c39f2a3f
This better expresses what it does, and leaves the `gitbutler-app` in the top-level where it can serve as visible entrypoint.
4 lines
64 B
Rust
4 lines
64 B
Rust
mod repository;
|
|
|
|
pub use repository::{RemoteError, Repository};
|