gitbutler/gitbutler-app
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
..
icons Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +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
.gitignore Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00
build.rs Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00
Cargo.toml chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
inject-git-binaries.sh Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00
tauri.conf.json Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00
tauri.conf.nightly.json Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00
tauri.conf.release.json Revert "Merge pull request #3378 from gitbutlerapp/crates" 2024-03-30 22:25:36 +01:00