handle logs with some broken nulls

This commit is contained in:
Robin Appelman 2024-02-10 12:53:50 +01:00
commit ff82fc9eb8
14 changed files with 13621 additions and 112 deletions

View file

@ -14,9 +14,14 @@ dotenv = "0.15.0"
main_error = "0.1.2"
tokio = { version = "1.20.0", features = ["macros", "time"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_with = "3.6.1"
serde_json = "1.0.82"
chrono = { version = "0.4.19", features = ["serde"] }
steamid-ng = "1.0.0"
test-case = "2.2.1"
tracing = "0.1.35"
tracing-subscriber = "0.3.15"
anyhow = "1.0.79"
[dev-dependencies]
insta = { version = "1.34.0", features = ["ron"] }
test-case = "3.3.1"