From b4a8149dc6ed595c0bd95f5824f7048799989bdb Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 21 Mar 2019 10:39:16 +0100 Subject: Actually fetch available rooms from the database. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb1b0de..53f348c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,16 @@ authors = ["haraldei"] edition = "2018" [dependencies] +diesel = { version = "1.4.1", features = ["postgres"] } dotenv = "0.13.0" rocket = "0.4.0" +serde = "1.0.89" +serde_derive = "1.0.89" [dependencies.rocket_contrib] version = "0.4.0" default-features = false features = ["json", "serve", "diesel_postgres_pool"] + +[dev-dependencies] +serde_json = "~1.0.39" -- cgit v1.2.3