feat: add serde and initial structs for deserialisation
This commit is contained in:
parent
d4c5758ed6
commit
4f5612df47
4 changed files with 24 additions and 0 deletions
|
|
@ -4,3 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue