gitbutler/crates/gitbutler-testsupport
Sebastian Thiel b3b87b34a5
reduce tauri state
This is in preparation for making operations that access the filesystems
less stateful, which in turn makes it less akward to identify writing
methods with `&mut` lateron.

This includes accepting that all we really need is a single directory
to generate everything else we need on the fly. This simplifies commands.

For good measure, this also simplifies imports of smaller crates that are
involved.
2024-07-14 22:27:53 +02:00
..
src reduce tauri state 2024-07-14 22:27:53 +02:00
Cargo.toml move branch state into the gitbutler-branch crate 2024-07-10 16:18:34 +02:00