No description
Find a file
2ndbeam 0e8cdde697 feat!: Account features
- Bump version to 0.2.0
- Added trait SquadObject
- Implemented SquadObject for Quest and Account
- Implemented Config::load_accounts
- Removed src/quest/error.rs
- Added account tests in tests/main.rs

BREAKING CHANGE: Quest::{load,delete,save} are now provided by
SquadObject trait
2025-12-02 14:33:38 +03:00
cfg feat: Basic structs 2025-11-28 14:06:12 +03:00
src feat!: Account features 2025-12-02 14:33:38 +03:00
tests feat!: Account features 2025-12-02 14:33:38 +03:00
.gitignore Initial commit 2025-11-28 11:28:44 +03:00
Cargo.lock feat!: Account features 2025-12-02 14:33:38 +03:00
Cargo.toml feat!: Account features 2025-12-02 14:33:38 +03:00
LICENSE Initial commit 2025-11-28 11:28:44 +03:00