read only

This commit is contained in:
Khaïs COLIN 2025-10-18 20:54:23 +02:00
parent 7cc91285a0
commit d4db9155a6
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 168 additions and 4 deletions

View file

@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.6"
rusqlite = { version = "0.37.0", features = ["bundled"] }
tokio = { version = "1.48.0", features = ["full"] }