This commit is contained in:
Robin Appelman 2022-07-22 18:36:50 +02:00
commit b27d50522e
6 changed files with 252 additions and 463 deletions

View file

@ -9,15 +9,14 @@ name = "log-normalizer"
path = "src/main.rs"
[dependencies]
sqlx = { version = "0.5.11", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls", "offline"] }
sqlx = { version = "0.6.0", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls", "offline"] }
dotenv = "0.15.0"
main_error = "0.1.2"
tokio = { version = "1.17.0", features = ["macros", "time"] }
reqwest = { version = "0.11.10", features = [] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tokio = { version = "1.20.0", features = ["macros", "time"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
chrono = { version = "0.4.19", features = ["serde"] }
steamid-ng = "1.0.0"
test-case = "2.0.2"
tracing = "0.1.33"
tracing-subscriber = "0.3.11"
test-case = "2.2.1"
tracing = "0.1.35"
tracing-subscriber = "0.3.15"