gitbutler/crates/gitbutler-app
Sebastian Thiel 603652e66b
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 rustfmt
2024-03-30 19:48:48 +01:00
..
icons chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
src chore: align 'app' and 'lib' crates imports. 2024-03-30 19:48:48 +01:00
tests chore: align 'app' and 'lib' crates imports. 2024-03-30 19:48:48 +01:00
.gitignore chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
build.rs chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
Cargo.toml chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
inject-git-binaries.sh chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
tauri.conf.json chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
tauri.conf.nightly.json chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00
tauri.conf.release.json chore(app): move it to crates/ to establish the new structure. 2024-03-30 19:36:27 +01:00