[package] name = "server" version = "0.1.0" edition = "2021" [dependencies] itertools = "0.13.0" rocket = { version = "0.5.1", features = ["json"] } #word_grid = { path="../wordgrid" } serde_json = { workspace = true } serde = { workspace = true } uuid = { version = "1.11.0", features = ["v4"] } ws = { package = "rocket_ws", version = "0.1.1" } #futures = "0.3.30"