nginx and other stuff

This commit is contained in:
2024-06-27 20:50:58 +02:00
commit 3c831d5985
19 changed files with 1886 additions and 0 deletions

11
backend/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "qr-generator"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.6.20"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
qrcode = "0.12.0"
image = "0.23.14"