From 035ffa054ea5b40c157caac674f14b4d1fe96223 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Sun, 19 Sep 2021 23:22:27 +0100 Subject: [PATCH] chore: add datastores, connections --- app_env/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app_env/Cargo.toml b/app_env/Cargo.toml index f60061e..ec4499a 100644 --- a/app_env/Cargo.toml +++ b/app_env/Cargo.toml @@ -27,6 +27,8 @@ tera = "1.8.0" toml = "0.5.8" uuid = { version = "0.8", features = ["serde", "v4"] } app_tools = { version = "0.1.0", path = "../../utils/app_tools" } +datastores = { version = "0.1.0", path = "../../datastores/defs" } +connectors = { version = "0.1.0", path = "../../datastores/connectors" } [dev-dependencies] pretty_assertions = "0.7.2"