Seems to be alright at deserialising the things so far

This commit is contained in:
2025-01-31 23:45:43 +00:00
parent 871d2af2da
commit d8e0b2c07b
2 changed files with 22 additions and 9 deletions

View File

@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.138"