feat: Implemented file hierarchy initialization

- Bump version to 0.5.1
- Added Config::save method
- cli: Added init command
This commit is contained in:
Alexey 2025-12-05 17:16:40 +03:00
commit 2960b6dfc4
5 changed files with 111 additions and 25 deletions

View file

@ -1,10 +1,4 @@
# Default config
# Path to quests folder relative to config
quests_path = "./quests"
# Path to accounts folder relative to config
accounts_path = "./accounts"
# Path to map .toml file relative to config
map = "./map.toml"
quests_path = "quests"
accounts_path = "accounts"
map = "map.toml"
verbose = true