about summary refs log blame commit diff
path: root/Cargo.toml
blob: 9bcfafac4f149d9e786183fce0e5cc207b0b264b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                            
                                                                      
                                                  

           
             
             

                    
             
[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 = { version = "0.4", features = ["serde"] }
log = "0.4"
r2d2 = "*"
futures = "*"
tera = "0.11"
serde = "1.0"
serde_derive = "1.0"
failure = "*"