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
+37
View File
@@ -0,0 +1,37 @@
[package]
name = "galaxy_cli"
edition = "2024"
description = "CLI argument parsing for Warp"
authors.workspace = true
publish.workspace = true
license.workspace = true
[dependencies]
chrono.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
cfg-if = { workspace = true }
humantime.workspace = true
jaq-all.workspace = true
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true }
galaxy_core = { path = "../galaxy_core" }
color-print = "0.3"
galaxy_util = { path = "../galaxy_util" }
clap_complete = "4.5.58"
anyhow.workspace = true
[target.'cfg(windows)'.dependencies]
windows = { workspace = true, features = [
"Win32_Foundation"
] }
[build-dependencies]
cfg_aliases.workspace = true
[features]
plugin_host = []
integration_tests = []
api_key_authentication = []
[dev-dependencies]
serial_test = "0.8.0"