gitbutler/crates/gitbutler-user
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
tests move secret module out of core into own crate 2024-07-09 12:11:12 +02:00
Cargo.toml remove references to gitbutler-core 2024-07-09 15:56:57 +02:00