Commit 2b06f43
fix(workspace): declare 19 missing workspace dependencies (#527)
`cargo metadata` failed because workspace members inherited
deps that were not declared in `[workspace.dependencies]`.
Internal (path) deps added:
- codex-app-server-client (path = "app-server-client")
- codex-artifacts (path = "artifacts")
- codex-code-mode (path = "code-mode")
- codex-connectors (path = "connectors")
- codex-exec-server (path = "exec-server")
- codex-features (path = "features")
- codex-git-utils (path = "git-utils")
- codex-package-manager (path = "package-manager")
- codex-rollout (path = "rollout")
- codex-sandboxing (path = "sandboxing")
- codex-terminal-detection (path = "terminal-detection")
- codex-tui-app-server (path = "tui_app_server")
- codex-utils-output-truncation (path = "utils/output-truncation")
- codex-utils-path (path = "utils/path-utils")
External (versioned) deps added:
- askama = "0.14.0"
- fd-lock = "4.0.4"
- flate2 = "1.0.35"
- quick-xml = "0.38.3"
- tar = "0.4.43"
- v8 = "130"
Also fixed two pre-existing blockers exposed once the deps loaded:
- removed orphan workspace member `utils/git` (directory does not
exist; no consumer references `codex-git`)
- resolved an unmerged conflict marker in `codex-rs/cli/Cargo.toml`
by keeping the `codex-sandboxing` workspace dep line
Verification: `cargo metadata --manifest-path codex-rs/Cargo.toml
--no-deps` now succeeds.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5b1157 commit 2b06f43
2 files changed
Lines changed: 20 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | | - | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| |||
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
| 130 | + | |
122 | 131 | | |
123 | 132 | | |
| 133 | + | |
124 | 134 | | |
125 | 135 | | |
126 | 136 | | |
| |||
132 | 142 | | |
133 | 143 | | |
134 | 144 | | |
| 145 | + | |
| 146 | + | |
135 | 147 | | |
136 | 148 | | |
137 | 149 | | |
| |||
154 | 166 | | |
155 | 167 | | |
156 | 168 | | |
| 169 | + | |
157 | 170 | | |
158 | 171 | | |
159 | 172 | | |
| |||
176 | 189 | | |
177 | 190 | | |
178 | 191 | | |
| 192 | + | |
| 193 | + | |
179 | 194 | | |
180 | 195 | | |
181 | 196 | | |
| |||
217 | 232 | | |
218 | 233 | | |
219 | 234 | | |
| 235 | + | |
220 | 236 | | |
221 | 237 | | |
222 | 238 | | |
| |||
262 | 278 | | |
263 | 279 | | |
264 | 280 | | |
| 281 | + | |
265 | 282 | | |
266 | 283 | | |
267 | 284 | | |
| |||
293 | 310 | | |
294 | 311 | | |
295 | 312 | | |
| 313 | + | |
296 | 314 | | |
297 | 315 | | |
298 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
0 commit comments