first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user