Add initialization of crypto values
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user