From 67e4081aa69f489ad88ee064402d68a5969069c2 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 12 Jan 2022 15:45:20 -0500 Subject: rroles: Implement Reaction Roles now requires postgresql. --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 35907a2..e17a57c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,11 +29,15 @@ features = [ "model", "standard_framework", "utils", + "collector", ] [dependencies.poise] git = "https://github.com/kangalioo/poise" branch = "master" +features = [ + "collector" + ] [dependencies.tokio] version = "1" @@ -49,3 +53,14 @@ features = [ "derive" ] [dependencies.serde_json] version = "1" + +[dependencies.sqlx] +version = "0.5" +features = [ + "runtime-tokio-rustls", + "postgres", + "uuid", + "chrono", + "migrate", + "macros", +] -- cgit v1.2.3