6239b8c465
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com> Co-authored-by: spencrmartin <spencermartin@squareup.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Zane Staggs <zane@squareup.com>
23 lines
587 B
TOML
23 lines
587 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "1.16.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.9.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" }
|