move media helpers from api to services
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a0a002b17f
commit
24884c3b9b
9 changed files with 296 additions and 275 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -653,7 +653,6 @@ dependencies = [
|
|||
"http 1.1.0",
|
||||
"http-body-util",
|
||||
"hyper 1.4.1",
|
||||
"image",
|
||||
"ipaddress",
|
||||
"jsonwebtoken",
|
||||
"log",
|
||||
|
@ -666,7 +665,6 @@ dependencies = [
|
|||
"sha-1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"webpage",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -802,6 +800,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tracing",
|
||||
"url",
|
||||
"webpage",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue