blob: 6fec489ac995901e997aac122d637d3eb89e9ef5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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"
diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]}
chrono = "0.4"
log = "0.4"
r2d2 = "*"
futures = "*"
|