Files
goose/Cargo.toml
T
Alex Hancock d63781a552 release/1.8.0 (#4577)
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2025-09-11 13:59:55 -04:00

22 lines
564 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
edition = "2021"
version = "1.8.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.6.2", 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" }