summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-08 20:51:51 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-08 20:51:51 -0400
commitadb006199c55b41b84862004eb53477a4f175524 (patch)
tree05edba531736a8c296b3f33cb944b5becf72948a /server/Cargo.toml
parenta7d833d6b7729f09bef891b0c8b7bd998ac17abf (diff)
Add skeleton LoggedInUser extractor
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 94b2684..228f1e6 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -28,3 +28,4 @@ thiserror = "1.0.37"
reqwest = "0.11.12"
cookie = "0.16.1"
time = "0.1.44"
+async-trait = "0.1.57"