- Added MapError::CannotReach variant - Updated Map::unlock_room_for_account to check reachableness - Added /info command - Added /unlock command - Added /move command - Added /reset command
19 lines
392 B
TOML
19 lines
392 B
TOML
[workspace]
|
|
members = ["cli", "discord"]
|
|
|
|
[workspace.package]
|
|
version = "0.9.0"
|
|
edition = "2024"
|
|
repository = "https://2ndbeam.ru/git/2ndbeam/squad-quest"
|
|
license = "MIT"
|
|
|
|
[package]
|
|
name = "squad-quest"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
toml = "0.9.8"
|