mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
cc4d978c7b
Auto-merged release PR after tag v1.13.0 was pushed
23 lines
587 B
TOML
23 lines
587 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "1.13.0"
|
|
authors = ["Block <ai-oss-tools@block.xyz>"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/block/goose"
|
|
description = "An AI agent"
|
|
|
|
[workspace.lints.clippy]
|
|
uninlined_format_args = "allow"
|
|
string_slice = "warn"
|
|
|
|
[workspace.dependencies]
|
|
rmcp = { version = "0.8.3", features = ["schemars", "auth"] }
|
|
|
|
# Patch for Windows cross-compilation issue with crunchy
|
|
[patch.crates-io]
|
|
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }
|