Enabled logging of warnings

This commit is contained in:
SinTan1729
2023-04-10 11:51:20 -05:00
parent e18a71a73c
commit 66ea86b6d3
4 changed files with 193 additions and 14 deletions

View File

@@ -12,3 +12,4 @@ rusqlite = "0.29.0"
regex = "1.7.3"
rand = "0.8.5"
actix-session = {version = "0.7.2", features = ["cookie-session"]}
env_logger = "0.10.0"