gitbutler/crates/gitbutler-core
Sebastian Thiel 72291ce4cb
chore: align 'app' and 'lib' crates imports.
This is done one-time (for now) using a nightly feature of cargo-fmt
as defined in `rustfmt-nightly.toml.`

It's planned to make this the default so imports will always be sorted.
For now it can be run manually with:
    cargo +nightly fmt -- --config-path rustfmt-nightly.toml
or
    pnpm rustfmtTBD
 Please enter the message for your patch. Lines starting with
2024-03-30 22:43:16 +01:00
..
src chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
tests chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
Cargo.toml chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00