mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
handle logs with some broken nulls
This commit is contained in:
parent
b27d50522e
commit
ff82fc9eb8
14 changed files with 13621 additions and 112 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue