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

1
Cargo.lock generated
View file

@ -145,6 +145,7 @@ name = "estrus"
version = "0.1.0"
dependencies = [
"reqwest",
"serde",
"tokio",
]