From 7ba652e291bb52d97faa6d21e7821a64664a00ae Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 29 May 2022 23:47:06 -0400 Subject: handlers: Implement CRD handlers Update handler was removed for now. Also postgres! --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a11b330..8290111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,12 @@ features = [ "full" ] [dependencies.tokio] version = "1" features = [ "full" ] + +[dependencies.sqlx] +version = "0.5" +features = [ + "runtime-tokio-rustls", + "postgres", + "macros", + "migrate" +] -- cgit v1.2.3