Add example and change some code
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 32s
Cargo Build & Test / Tests (pull_request) Successful in 36s
Cargo Build & Test / check-cargo-version (pull_request) Successful in 5s

This commit is contained in:
Jan K9f 2024-08-21 14:55:30 +02:00
commit 91cc658d86
Signed by: jank
GPG key ID: B267751B8AE29EFE
5 changed files with 411 additions and 5 deletions

View file

@ -10,3 +10,4 @@ edition = "2021"
tiny_http = "0.12.0"
maud = "0.26.0"
ascii = "1.1.0"
tokio = { version = "1.39.3", features = [ "full" ] }