chore: cleanup imports
This commit is contained in:
parent
890e109e8d
commit
350b0911ff
1 changed files with 3 additions and 3 deletions
|
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
cell::SyncUnsafeCell,
|
cell::SyncUnsafeCell,
|
||||||
io::{self, Cursor, Error, ErrorKind},
|
io::{self, Error, ErrorKind},
|
||||||
iter::once,
|
iter::once,
|
||||||
sync::Arc,
|
sync::Arc,
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
|
|
||||||
use axum::{http::StatusCode, routing::get, Router};
|
use axum::{routing::get, Router};
|
||||||
use image::{GenericImage, GenericImageView, Rgb, Rgba};
|
use image::{GenericImageView, Rgb};
|
||||||
use tokio::{
|
use tokio::{
|
||||||
io::{AsyncReadExt, AsyncWriteExt, BufReader, BufWriter},
|
io::{AsyncReadExt, AsyncWriteExt, BufReader, BufWriter},
|
||||||
net::TcpListener,
|
net::TcpListener,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue