For now, just using Sonnet 4.5 and Opus 4.5 - I'll make a separate PR for non-Anthropic models, in case they introduce new failures. Release Notes: - N/A
24 lines
504 B
TOML
24 lines
504 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
backtrace.workspace = true
|
|
cargo_metadata.workspace = true
|
|
cargo_toml.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
toml.workspace = true
|
|
indoc.workspace = true
|
|
indexmap.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
toml_edit.workspace = true
|
|
gh-workflow.workspace = true
|