2018-04-08 15:48:49 +02:00
|
|
|
[package]
|
|
|
|
name = "converse"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix = "0.5"
|
|
|
|
actix-web = { git="https://github.com/actix/actix-web.git" }
|
|
|
|
env_logger = "0.5"
|
2018-04-08 16:41:34 +02:00
|
|
|
diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]}
|
2018-04-08 15:48:49 +02:00
|
|
|
chrono = "0.4"
|
2018-04-08 16:41:34 +02:00
|
|
|
log = "0.4"
|
|
|
|
r2d2 = "*"
|