forked from lance-format/lance-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (32 loc) · 852 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (32 loc) · 852 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
28
29
30
31
32
[workspace]
members = [
"crates/lance-graph",
"crates/lance-graph-catalog",
"crates/lance-graph-benches",
"crates/lance-graph-planner",
"crates/lance-graph-contract",
"crates/neural-debug",
"crates/lance-graph-callcenter",
"crates/lance-graph-archetype",
]
exclude = [
# Python bindings (upstream-inherited, opt-in via --manifest-path)
"crates/lance-graph-python",
"crates/lance-graph-codec-research",
"crates/bgz17",
"crates/deepnsm",
"crates/bgz-tensor",
"crates/lance-graph-osint",
"crates/reader-lm",
"crates/bge-m3",
"crates/p64-bridge",
"crates/causal-edge",
"crates/highheelbgz",
"crates/thinking-engine",
"crates/holograph",
"crates/lance-graph-cognitive",
"crates/learning",
"crates/cognitive-shader-driver",
"crates/jc",
]
resolver = "2"