- 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
5 lines
84 B
TOML
5 lines
84 B
TOML
id = "test"
|
|
balance = 150
|
|
location = 0
|
|
quests_completed = [ 0 ]
|
|
rooms_unlocked = []
|