From c2268c285648ef02ece04de0d9df0813c6d70ff8 Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 24 Dec 2022 00:43:38 -0800 Subject: refactor everything with more abstraction and a nicer interface --- crates/secd/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/secd/Cargo.toml') diff --git a/crates/secd/Cargo.toml b/crates/secd/Cargo.toml index 069e41e..350cfd1 100644 --- a/crates/secd/Cargo.toml +++ b/crates/secd/Cargo.toml @@ -10,13 +10,17 @@ base64 = "0.13.1" clap = { version = "4.0.29", features = ["derive"] } derive_more = "0.99" email_address = "0.2" +hex = "0.4" lazy_static = "1.4" +lettre = "0.10.1" log = "0.4" openssl = "0.10.42" rand = "0.8" reqwest = { version = "0.11.13", features = ["json"] } serde = "1" serde_json = { version = "1.0", features = ["raw_value"] } +serde_with = { version = "2.1", features = ["hex"] } +sha2 = "0.10.6" strum = "0.24.1" strum_macros = "0.24" sqlx = { path = "../../../sqlx", features = [ "runtime-async-std-native-tls", "postgres", "uuid", "sqlite", "time" ] } -- cgit v1.2.3