added request logging

This commit is contained in:
J-onasJones 2024-06-28 05:00:38 +02:00
parent 41fa898a67
commit cdcf27b0fa
5 changed files with 223 additions and 13 deletions

View file

@ -18,4 +18,5 @@ toml = "0.8.8"
reqwest = { version = "0.12.4", features = ["json"] }
serde_json = "1.0.108"
regex = "1"
git2 = "0.18.1"
git2 = "0.19.0"
ip2location = "0.5.0"