feat: add serde and initial structs for deserialisation

This commit is contained in:
0xalivecow 2024-10-18 16:42:56 +02:00
parent d4c5758ed6
commit 4f5612df47
No known key found for this signature in database
4 changed files with 24 additions and 0 deletions

View file

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