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/iam/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/iam/Cargo.toml') diff --git a/crates/iam/Cargo.toml b/crates/iam/Cargo.toml index ba642c3..966f341 100644 --- a/crates/iam/Cargo.toml +++ b/crates/iam/Cargo.toml @@ -8,6 +8,7 @@ anyhow = "1.0" async-std = { version = "1.12.0", features = [ "attributes" ] } clap = { version = "4.0.29", features = ["derive"] } colored = "2.0.0" +email_address = "0.2" env_logger = "0.9" home = "0.5.4" log = "0.4" -- cgit v1.2.3