Implemented SQL injection attackable service

This commit is contained in:
2023-04-20 23:17:34 +02:00
parent c234ec6806
commit aa8d4f4036
10 changed files with 213 additions and 2 deletions

View File

@@ -6,3 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web="4.3.1"
actix-files="0.6.2"
actix-web-validator = "5.0.1"
serde = { veresion = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
handlebars = { version="4.3.6", features = ["dir_source"] }
rusqlite = "0.29.0"