[package] authors = ["Maxwell Matthis "] description = "A library to help build CodeGame game servers." edition = "2018" homepage = "https://github.com/code-game-project/cg-game-server" keywords = ["actix", "actix-web", "websockets", "code-game-project"] license = "GPL-3.0" name = "cg-game-server" readme = "README.md" repository = "https://github.com/code-game-project/cg-game-server.git" version = "1.0.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.10" actix-web-actors = "3" rand = "0.8.4" serde = {version = "1.0.133", features = ["derive"]} serde_json = "1.0.74" [dev-dependencies] regex = "1.5.4"