Begin deser. data structure implementation

This commit is contained in:
Amelia 2023-10-31 17:07:39 +01:00
parent 5db7f7c0d9
commit 1dac97b2dc
Signed by: limefox
GPG key ID: F86ACA6D693E7BE9
3 changed files with 51 additions and 3 deletions

View file

@ -9,4 +9,5 @@ license = "ACSL"
[dependencies]
reqwest = { version = "0.11.22", features = ["default-tls", "json", "gzip"] }
serde = { version = "1.0.190", features = ["derive"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros", "net"] }