goose/Cargo.toml
Alex Hancock e95c38d646
Release/1.11.0 (#5224)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2025-10-17 12:51:57 -07:00

21 lines
565 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
edition = "2021"
version = "1.11.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"
[workspace.dependencies]
rmcp = { version = "0.8.1", 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" }