json stores are gone, they nulled out every data ref on load and wrote the null straight back on save. shop json and the purchase commands ended up in here too.
7 lines
181 B
Rust
7 lines
181 B
Rust
pub mod config;
|
|
pub mod service;
|
|
pub mod store;
|
|
pub mod time;
|
|
pub use config::AuthConfig;
|
|
pub use service::AuthService;
|
|
pub use store::{generate_pass_token, Account, AccountStore};
|