rocket_be/Cargo.toml
texhno 9da559ff4f Initial commit
Implemented user/users/favicon routes

Implemented catchers 404/403

Implemented Responder traits
2023-12-11 02:24:54 +01:00

11 lines
221 B
TOML

[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"