Added configuration file

This commit is contained in:
2025-10-06 22:32:59 +02:00
parent 99ebee7f35
commit 2500fdc79b
3 changed files with 50 additions and 12 deletions

View File

@@ -7,5 +7,6 @@ edition = "2024"
actix-web = {version = "4.11.0"}
serde = "1.0.228"
serde_json = "1.0.145"
toml = "0.9.7"
sqlx = {version = "0.8.6", features = ["postgres"]}
futures-util = "0.3.31"