refactor(workspace): move crates under crates/

This commit is contained in:
2026-01-30 02:09:10 +05:30
parent 97db96b105
commit 72bf38a7ff
44 changed files with 9 additions and 128 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
license = "MIT"
[dependencies]
api = { version = "0.1.0", path = "../api" }
api = { workspace = true }
blurhash = "0.2.3"
bytes = "1.11.0"
gpui_util = "0.2.2"