- 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
13 lines
344 B
TOML
13 lines
344 B
TOML
[package]
|
|
name = "squad-quest-cli"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
chrono = "0.4.42"
|
|
clap = { version = "4.5.53", features = ["derive"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
squad-quest = { version = "0.8.0", path = ".." }
|
|
toml = "0.9.8"
|