mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-03 14:34:26 +01:00
12 lines
249 B
TOML
12 lines
249 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "1.0.10"
|
|
authors = ["Block <ai-oss-tools@block.xyz>"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/block/goose"
|
|
description = "An AI agent"
|