From 106ade6e41ff0abe269fca99e332d404b2c549c7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 15:48:49 +0200 Subject: chore: Add bootstrapped Cargo project --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000000..e2f4b2c62fb3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "converse" +version = "0.1.0" +authors = ["Vincent Ambo "] + +[dependencies] +actix = "0.5" +actix-web = { git="https://github.com/actix/actix-web.git" } +env_logger = "0.5" +diesel = { version = "1.0", features = ["postgres", "chrono"]} +chrono = "0.4" -- cgit 1.4.1