Initial commit

Implemented user/users/favicon routes

Implemented catchers 404/403

Implemented Responder traits
This commit is contained in:
2023-12-11 02:24:54 +01:00
commit 9da559ff4f
4 changed files with 247 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "routes_rocket"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
rocket = "0.5.0"