chore: Add workspace-hack dependency to agent_rules (#28412)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
f12a554f86
commit
61ddcd516f
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -172,6 +172,7 @@ dependencies = [
|
||||||
"indoc",
|
"indoc",
|
||||||
"prompt_store",
|
"prompt_store",
|
||||||
"util",
|
"util",
|
||||||
|
"workspace-hack",
|
||||||
"worktree",
|
"worktree",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ gpui.workspace = true
|
||||||
prompt_store.workspace = true
|
prompt_store.workspace = true
|
||||||
util.workspace = true
|
util.workspace = true
|
||||||
worktree.workspace = true
|
worktree.workspace = true
|
||||||
|
workspace-hack = { version = "0.1", path = "../../tooling/workspace-hack" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indoc.workspace = true
|
indoc.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue