This commit is contained in:
2026-01-26 13:53:51 -05:00
parent e1eff49be9
commit 53ed4775ae
19 changed files with 565 additions and 350 deletions

View File

@@ -17,15 +17,16 @@ tracing = "0.1.41"
iris = { path = "./iris" }
wgpu = "27.0.1"
winit = "0.30.12"
bincode = "2.0.1"
zstd = "0.13.3"
ron = "0.12.0"
sled = "0.34.7"
clap = { version = "4.5.53", features = ["derive"] }
scrypt = "0.11.0"
ed25519-dalek = { version = "3.0.0-pre.2", features = ["rand_core"] }
rand = { version = "0.10.0-rc.5", features = ["chacha"] }
keyring = { version = "3.6.3", features = ["apple-native", "sync-secret-service", "windows-native"] }
bitcode = "0.6.9"
dashmap = "6.1.0"
fjall = "3.0.1"
[[bin]]
name = "openworm-client"