gitbutler/crates/gitbutler-core/tests/core.rs
Sebastian Thiel 929eb52224
auto-migrate secrets from user.json to their location in the keyring
This will also remove them from their plain-text location.

Further, when the secrets are required they will be obtained
specifically, instead of always having them at hand.

The frontend doesn't ever show these, but needs them, and
it now asks for them when it needs them.
2024-07-02 10:02:43 +02:00

13 lines
143 B
Rust

mod suite {
mod projects;
mod virtual_branches;
}
mod git;
mod keys;
mod lock;
mod ops;
mod types;
pub mod virtual_branches;
mod zip;