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 12:19:54 +02:00 committed by GitHub
parent f12a554f86
commit 61ddcd516f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -172,6 +172,7 @@ dependencies = [
"indoc", "indoc",
"prompt_store", "prompt_store",
"util", "util",
"workspace-hack",
"worktree", "worktree",
] ]

View file

@ -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