squad-quest/Cargo.toml
2ndbeam 99812c5d7c feat: Proper error handling
- Bump version to 0.8.0
- Added discord error struct
- All errors now implement std::error::Error
- Implemented error handler instead of relying on default
- Fixed bug where you could send answer on a completed quest
2025-12-12 16:52:31 +03:00

19 lines
392 B
TOML

[workspace]
members = ["cli", "discord"]
[workspace.package]
version = "0.8.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"