feat: basic setup for email
This commit is contained in:
parent
7081c76e60
commit
05a14638f7
3 changed files with 144 additions and 0 deletions
|
@ -8,6 +8,9 @@ edition = "2021"
|
|||
[[bin]]
|
||||
name = "update_groups"
|
||||
|
||||
[[bin]]
|
||||
name = "new_users"
|
||||
|
||||
[dependencies]
|
||||
# for the ldap
|
||||
ldap3="0.11.1"
|
||||
|
@ -34,3 +37,7 @@ chrono = "0.4.26"
|
|||
|
||||
# handlign teh csv export from wolves
|
||||
csv = "1.2"
|
||||
|
||||
# for email
|
||||
lettre = "0.10.4"
|
||||
maud = "0.25.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue