-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 1.27 KB
/
Copy pathCargo.toml
File metadata and controls
35 lines (34 loc) · 1.27 KB
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
28
29
30
31
32
33
34
35
[workspace]
resolver = "3"
members = [
"objectiveai-api",
"objectiveai-db",
"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",
# Integration-test fixtures living inside the committed shared
# test OBJECTIVEAI_DIR — plugin crates sit in their plugin's cli/
# folder, tool crates beside their manifest, shared crates under
# crates/. Their manifests exec `cargo run` (no preparation step).
".objectiveai/crates/count-tool",
".objectiveai/crates/test-mcp-plugin-named",
".objectiveai/bin/plugins/objectiveai/hello/0.0.1/cli",
".objectiveai/bin/plugins/testorg/test-mcp-plugin/1.0.0/cli",
".objectiveai/bin/plugins/testorg/test-mcp-plugin-foo-headers/1.0.0/cli",
".objectiveai/bin/tools/objectiveai/hello/0.0.1",
".objectiveai/bin/tools/objectiveai/error/0.0.1",
"objectiveai-viewer/src-tauri",
"objectiveai-tests",
"objectiveai-tests/test-cleanup",
]
[workspace.metadata.tools]
wasm-pack = "0.14.0"
maturin = "1.12.6"
cargo-nextest = "0.9.137"