extracting the revealjs stuff is working

This commit is contained in:
2023-01-26 20:01:09 +01:00
parent 2850dd444c
commit 4b30b117ab
3 changed files with 1116 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ license-file = "LICENSE.txt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.63"
reqwest = {version = "0.11.14", features = ["blocking"]}
zip-extract = "0.1.1"