summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-05 14:39:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-05 14:47:57 +0100
commit9ae0edf7f29decc3157642328b80fd37584b422d (patch)
treeab7a93f67074f3031416aca75d39de8e51798400 /Cargo.toml
parentf1c93940948c2eb26bd3fa1d788aa215a4bab5d6 (diff)
Enable serde_json feature on diesel
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21a9655..2abe366 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ filters = "0.4.0"
indoc = "1"
typed-builder = "0.7"
tar = "0.4"
-diesel = { version = "1.4", features = ["postgres", "chrono", "uuid"] }
+diesel = { version = "1.4", features = ["postgres", "chrono", "uuid", "serde_json"] }
which = "4"
ascii_table = "3"
terminal_size = "0.1"