From 4b616447715b8129ae322341959e1c2bfabbd10e Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 20 Jul 2022 10:31:01 -0400 Subject: emails also subnet storage --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3