summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 474a252313c042be3c919efe2574b043abade35f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gico"
version = "0.1.0"
authors = ["Santo Cariotti <santo@dcariotti.me>"]
edition = "2018"

[dependencies]
actix-rt = "1.0.0"
actix-web = "2.0.0"
actix-http = "1.0.1"
actix-service = "1.0.5"