summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-03 17:13:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 17:46:51 +0100
commite56448f74a0bdc4ff703441d15ca5b7b06199fbe (patch)
tree6d2b0e75724623c6f9dc85b2c918a7bfce721cbb /Cargo.toml
parentfa5b14fca13ca8b409677badd8d5a586a0885536 (diff)
Add DB interface module for talking to the DB directly
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b15937..1a0b7ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ handlebars = "3"
filters = "0.4.0"
indoc = "1"
diesel = { version = "1.4", features = ["postgres"] }
+which = "4"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }