update readme, drop unused import
This commit is contained in:
parent
af1e423b56
commit
22a87d6a38
2 changed files with 4 additions and 6 deletions
|
@ -34,8 +34,7 @@ _these features are implemented_
|
|||
|
||||
## todo
|
||||
|
||||
- <small>green name users...</small>
|
||||
- patch uploadlevel to use 2.2 unlisted(honsetly idk what this is)
|
||||
- clean up uploadlevel
|
||||
- add level parsing
|
||||
- maybe swap to chrono instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)
|
||||
- swap to chrono instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)
|
||||
- patch `upload_level` to use 2.2 unlisted(honsetly idk what this is but it exists?)
|
||||
- add level parsing (`upload_level` can use the correct `length`, `objects`, `coins`, and `two_player`)
|
||||
- <small>green name users...</small>
|
|
@ -1,4 +1,3 @@
|
|||
use password_auth::verify_password;
|
||||
use rocket::form::Form;
|
||||
use rocket::http::Status;
|
||||
use rocket::response::status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue