Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user