feat: some dependencies we will need to interact with a local db, csv's and email
This commit is contained in:
parent
c3161315fe
commit
87aa806397
2 changed files with 986 additions and 21 deletions
995
Cargo.lock
generated
995
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -13,3 +13,13 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
|||
surf = "2.3.2"
|
||||
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
# For sqlite
|
||||
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite" ] }
|
||||
|
||||
# handlign teh csv export from wolves
|
||||
csv = "1.2"
|
||||
|
||||
# for email
|
||||
lettre = "0.10.4"
|
||||
maud = "0.25.0"
|
Loading…
Reference in a new issue