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
+4
View File
@@ -12,6 +12,8 @@ clap = { workspace = true, features = ["derive", "env"] }
cfg-if = { workspace = true }
humantime.workspace = true
jaq-all.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true }
galaxy_core = { path = "../galaxy_core" }
@@ -19,6 +21,7 @@ color-print = "0.3"
galaxy_util = { path = "../galaxy_util" }
clap_complete = "4.5.58"
anyhow.workspace = true
local_control.workspace = true
[target.'cfg(windows)'.dependencies]
windows = { workspace = true, features = [
@@ -33,5 +36,6 @@ plugin_host = []
integration_tests = []
api_key_authentication = []
[dev-dependencies]
serial_test = "0.8.0"