-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (26 loc) · 835 Bytes
/
Cargo.toml
File metadata and controls
27 lines (26 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[workspace]
resolver = "3"
members = [
"objectiveai-api",
"objectiveai-mcp",
"objectiveai-mcp-filesystem",
"objectiveai-mcp-proxy",
"objectiveai-mcp-proxy/test-upstream",
"objectiveai-sdk-rs",
"objectiveai-json-schema/builder",
"objectiveai-sdk-rs-wasm-js",
"objectiveai-sdk-rs-macros",
"objectiveai-sdk-rs-pyo3",
"objectiveai-sdk-rs-cffi", "objectiveai-cli", "objectiveai-cli/builder",
"objectiveai-cli-stream",
"objectiveai-cli/test-fixtures/hello-plugin",
"objectiveai-cli/test-fixtures/hello-tool",
"objectiveai-cli/test-fixtures/error-tool",
"objectiveai-cli/test-fixtures/echo-arglen",
"objectiveai-cli/test-fixtures/count-tool",
"objectiveai-viewer/src-tauri",
"objectiveai-tests",
]
[workspace.metadata.tools]
wasm-pack = "0.14.0"
maturin = "1.12.6"