feat(routes/users): implement fetch_self

This commit is contained in:
Paul Makles
2022-01-31 20:07:36 +00:00
parent c39a9917df
commit c1cd4bfa66
4 changed files with 17 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -3017,6 +3017,7 @@ version = "0.1.0"
dependencies = [
"async-std",
"async-trait",
"bitfield",
"impl_ops",
"lazy_static",
"log",
@@ -3024,6 +3025,7 @@ dependencies = [
"num_enum",
"ops",
"optional_struct",
"rauth",
"rocket",
"serde",
"validator 0.14.0",