Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["Warp Team <dev@warp.dev>"]
|
||||
edition = "2021"
|
||||
name = "warp_graphql"
|
||||
name = "galaxy_graphql"
|
||||
version = "0.1.0"
|
||||
publish.workspace = true
|
||||
license.workspace = true
|
||||
@@ -21,8 +21,8 @@ persistence.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
warp_core.workspace = true
|
||||
warp_graphql_schema.workspace = true
|
||||
galaxy_core.workspace = true
|
||||
galaxy_graphql_schema.workspace = true
|
||||
websocket = {path = "../websocket"}
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user