Fetches the calendar home set

This commit is contained in:
daladim 2021-02-20 00:10:05 +01:00
parent 3f7de0e802
commit de3c9cd7c5
7 changed files with 1159 additions and 13 deletions

View file

@ -7,4 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.2", features = ["macros", "rt"]}
uuid = "0.8"
reqwest = "0.11"
minidom = "0.13"
url = "2.2"