Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+34
View File
@@ -0,0 +1,34 @@
[package]
name = "galaxy_server_client"
version = "0.1.0"
edition = "2024"
authors.workspace = true
publish.workspace = true
license.workspace = true
[features]
test-util = []
[dependencies]
anyhow.workspace = true
bincode.workspace = true
chrono.workspace = true
cynic.workspace = true
derivative.workspace = true
itertools.workspace = true
lasso.workspace = true
log.workspace = true
pathfinder_geometry.workspace = true
persistence.workspace = true
schemars = { version = "1", features = ["uuid1"] }
serde.workspace = true
settings_value.workspace = true
session-sharing-protocol.workspace = true
thiserror.workspace = true
uuid.workspace = true
galaxy_core.workspace = true
galaxy_graphql.workspace = true
galaxyui_core.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
diesel = { workspace = true, features = ["sqlite", "chrono"] }