mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-01 21:44:26 +01:00
19 lines
477 B
TOML
19 lines
477 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "1.0.36"
|
|
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"
|
|
|
|
# Patch for Windows cross-compilation issue with crunchy
|
|
[patch.crates-io]
|
|
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }
|