- Bump version to 0.12.0 - lib: Changed Quest::complete_for_account behavior - cli: Added limit field for quest create and quest update - discord: Quests are checked for limit on /answer - discord: Added limit field for /quest create and /quest update - discord: Changed behavior of fetch_or_init_account
21 lines
475 B
TOML
21 lines
475 B
TOML
[workspace]
|
|
members = ["cli", "discord"]
|
|
|
|
[workspace.package]
|
|
version = "0.12.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"
|