chore: Add workspace-hack dependency to agent_rules (#28412)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-04-09 10:19:54 +00:00
committed by GitHub
parent f12a554f86
commit 61ddcd516f
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -172,6 +172,7 @@ dependencies = [
"indoc",
"prompt_store",
"util",
"workspace-hack",
"worktree",
]
+1
View File
@@ -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