first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+5 -1
View File
@@ -38,7 +38,7 @@ sentry = { workspace = true, optional = true }
shellexpand.workspace = true
strum.workspace = true
strum_macros.workspace = true
galaxyui.workspace = true
galaxyui_core.workspace = true
galaxyui_extras = { workspace = true, features = ["default"] }
galaxy_graphql.workspace = true
warp_multi_agent_api.workspace = true
@@ -69,7 +69,11 @@ nix.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-fs.workspace = true
arborium.workspace = true
base64.workspace = true
http_client.workspace = true
languages.workspace = true
rand.workspace = true
serde_urlencoded.workspace = true
syntax_tree.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
watcher.workspace = true