mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
49dee048e4
Co-authored-by: Zaki Ali <zaki@squareup.com>
26 lines
694 B
TOML
26 lines
694 B
TOML
[package]
|
|
name = "goose-bench"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
paste = "1.0"
|
|
ctor = "0.2.7"
|
|
goose = { path = "../goose" }
|
|
mcp-core = { path = "../mcp-core" }
|
|
async-trait = "0.1.86"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["registry"] }
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
winapi = { version = "0.3", features = ["wincred"] } |