summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
blob: baf27fa17e98a2b683cbb2238ad99e3a5f78dccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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]
log = "0.4"
pretty_env_logger = "0.3"
reqwest = "0.9"
websocket = "0.22"