aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ee9c89ed4a7c2d312bc35dadd6538bb47286eff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "august-offensive"
version = "0.1.0"
authors = ["Kevin J Hoerr <kjhoerr@submelon.tech>"]
description = "Turn-based strategy game as a web service"
license = "ISC"
readme = "README.md"
repository = "https://github.com/kjhoerr/august-offensive.git"

[[bin]]
name = "august-offensive"
path = "src/main.rs"

[dependencies]
dotenv = "0.10"
env_logger = "0.5"
failure = "^0.1"

diesel = { version = "1.3.0", features = ["postgres"] }

actix = "0.7"
actix-web = "^0.7"
serde = "1.0"
serde_derive = "1.0"