-
- Downloads
Added email notification and an config-parser
.gitignore
0 → 100644
... | ... | @@ -7,7 +7,10 @@ edition = "2021" |
[dependencies] | ||
fantoccini = "0.18.0" | ||
scraper = "0.12.0" | ||
penguin-config = "0.1.1" | ||
serde = "1.0.136" | ||
tokio = { version = "1", features = ["full"] } | ||
lettre = "0.9" | ||
lettre_email = "0.9" | ||
lettre = { version = "0.10.0-rc.4", features = [ | ||
"smtp-transport", | ||
"native-tls", | ||
] } |
config.json.defaut
0 → 100644
Please register or sign in to comment