summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
blob: 97c0e7766919a29ce386c9cc10bb590074ba59a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
hyper = "0.10"