Move zed actions to zed-actions

This commit is contained in:
Piotr Osiewicz 2023-06-12 13:00:08 +02:00 committed by Mikayla Maki
parent 4b87ce8952
commit 092cf93dae
No known key found for this signature in database
7 changed files with 35 additions and 44 deletions

View file

@ -40,6 +40,7 @@ theme = { path = "../theme" }
theme_selector = { path = "../theme_selector" }
util = { path = "../util" }
workspace = { path = "../workspace" }
zed-actions = {path = "../zed-actions"}
anyhow.workspace = true
futures.workspace = true