From 8655c93853506acf05f6ae4e58bfc2c6198be254 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 12 Jun 2023 09:04:35 +0100 Subject: refactor server to allow pluggable db and tracing (#1036) * refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 652efb8a..00b0434e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,12 @@ [workspace] -members = ["atuin", "atuin-client", "atuin-server", "atuin-common"] +members = [ + "atuin", + "atuin-client", + "atuin-server", + "atuin-server-postgres", + "atuin-server-database", + "atuin-common", +] [workspace.package] name = "atuin" @@ -27,7 +34,6 @@ rand = { version = "0.8.5", features = ["std"] } semver = "1.0.14" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" -sodiumoxide = "0.2.6" tokio = { version = "1", features = ["full"] } uuid = { version = "1.2", features = ["v4"] } whoami = "1.1.2" -- cgit v1.3.1