Updated most of the libraries and fixed the resulting deprecated warnings

This commit is contained in:
mtrx 2024-05-14 22:47:50 +02:00
parent 40b9a90bf9
commit 9be7442f7d
7 changed files with 919 additions and 1284 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
export USERNAME=mtrx
export EMAIL=myemail@example.com
export BIND_PORT=8000
export SUBMIT_TOKEN=asdf
export GITHUB_ACCOUNT=mtrx1337
export ROOT_PATH=../content
run:
cd site && cargo run