aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b055fd1..60187f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,8 @@ chrono = "0.4.19"
ulid = "0.6.0"
async-session = "3.0.0"
bcrypt = "0.13.0"
+ipnetwork = "0.20.0"
+lettre = { version = "0.10.1", features = ["tokio1", "tracing", "tokio1-native-tls"] }
[dependencies.sqlx]
version = "0.6"