-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (32 loc) · 575 Bytes
/
Cargo.toml
File metadata and controls
32 lines (32 loc) · 575 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 = [
"cli/flow",
"cli/index",
"cli/observe",
"cli/code",
"cli/try",
"cli/claude",
"cli/mac",
"cli/km",
"cli/karabiner",
"cli/new",
"cli/ctx",
"cli/personal-mcp",
"cli/ax",
"cli/intent",
"cli/move",
"cli/snaps",
"cli/sync",
"cli/unite",
"cli/checkpoint",
"cli/uptodate",
"cli/cmd",
"cli/t",
"cli/updates",
"cli/trash",
"cli/trail",
"lib/linsa",
# "server/stream", # removed
# "lib/lin-rs", # requires local outlines-core fork
]
resolver = "2"