squad-quest/Cargo.toml
2ndbeam c22787792d feat: Added API for web map in discord bot
- Bump version to 0.11.0
- Added data table to quests, accounts and rooms
- Discord bot now adds "avatar" and "name" data to accounts on init
- Added CLI "map data" command
2025-12-24 14:30:40 +03:00

21 lines
475 B
TOML

[workspace]
members = ["cli", "discord"]
[workspace.package]
version = "0.11.0"
edition = "2024"
repository = "https://2ndbeam.ru/git/2ndbeam/squad-quest"
homepage = "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
homepage.workspace = true
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"