mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
929eb52224
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.
13 lines
143 B
Rust
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;
|