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
+5 -5
View File
@@ -1,5 +1,5 @@
[package]
name = "warp_managed_secrets"
name = "galaxy_managed_secrets"
version = "0.1.0"
authors.workspace = true
publish.workspace = true
@@ -20,11 +20,11 @@ tink-core = "0.3"
tink-proto = "0.3"
tink-hybrid = "0.3"
zeroize = "1.8"
warpui.workspace = true
warp_core.workspace = true
warp_graphql.workspace = true
galaxyui.workspace = true
galaxy_core.workspace = true
galaxy_graphql.workspace = true
vec1.workspace = true
warp_isolation_platform.workspace = true
galaxy_isolation_platform.workspace = true
# Pure-Rust HPKE implementation (RFC 9180).
hpke = { version = "0.13", default-features = false, features = ["alloc", "x25519"] }