summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
blob: fba755cb7e3d04e35e44258a052e33a121d4ac54 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "game-server"
version = "0.1.0"
authors = ["natrixaeria", "truedoctor"]
edition = "2018"
description = "A general game server for connections to web clients. Currently (on the way to) deploying a skribbl.io like game."

[dependencies]
rocket = "0.4"