From b1c45640a72300433800c8370657335616f8c541 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 2 Apr 2021 18:23:45 -0400 Subject: replaced mongo with sled, added some basic functional google oauth2 code --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4fc3f0c..72dff12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,13 +7,14 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +bincode = "1.3" env_logger = "0.8" handlebars = "3.5" hyper = { version = "0.14", default-features = false, features = ["full"] } +hyper-rustls = "0.22" log = "0.4" -mongodb = "1.2" once_cell = "1.7" -serde = "1.0" -serde_json = "1.0" +serde = { version = "1.0", features = ["derive"]} serde_urlencoded = "0.7" +sled = "0.34" tokio = { version = "1.2", default-features = false, features = ["full"] } -- cgit v1.2.3