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",
|
||||
"prompt_store",
|
||||
"util",
|
||||
"workspace-hack",
|
||||
"worktree",
|
||||
]
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ gpui.workspace = true
|
|||
prompt_store.workspace = true
|
||||
util.workspace = true
|
||||
worktree.workspace = true
|
||||
workspace-hack = { version = "0.1", path = "../../tooling/workspace-hack" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue