summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-25 18:32:15 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-25 18:32:15 -0400
commit899f517859fe2d2981ec5214892c1af966358c6a (patch)
tree2bc5e8e07cd3afc349f4310106ea779a89a233e1 /Cargo.toml
parent30a4fc7365ffa4842275bc9513e3e458308b596d (diff)
Implement posts endpoint.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 629f2e3..9a47e7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,9 @@ rusqlite = "0.21.0"
image = "0.23.4"
rocket = "0.4.4"
rocket_contrib = "0.4.4"
+serde = "1.0"
+serde_json = "1.0"
+serde_derive = "1.0"
[[bin]]
name = "birka-cli"