Add initialization of crypto values

This commit is contained in:
2022-05-21 22:11:39 +02:00
parent 755acf3c34
commit 9e1f2a462c
4 changed files with 160 additions and 38 deletions

View File

@@ -6,7 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
derive_builder = "0.11"
rand = { version = "0.8", features = ["getrandom"] }
regex = "1.5"
reqwest = { version = "0.11", features = ["json", "cookies"] }
thiserror = "1.0"
[[bin]]
name = "vodafone_runner"