aboutsummaryrefslogtreecommitdiff
path: root/crates/iam/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/iam/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/iam/Cargo.toml b/crates/iam/Cargo.toml
index 966f341..2ee6fc6 100644
--- a/crates/iam/Cargo.toml
+++ b/crates/iam/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
async-std = { version = "1.12.0", features = [ "attributes" ] }
+base64 = "0.21.0"
clap = { version = "4.0.29", features = ["derive"] }
colored = "2.0.0"
email_address = "0.2"
@@ -18,6 +19,7 @@ serde = "1"
serde_json = { version = "1.0", features = ["raw_value"] }
strum = "0.24.1"
strum_macros = "0.24"
+time = { version = "0.3", features = [ "serde" ] }
tiny_http = "0.12"
tokio = { version = "1.23.0", features = ["full"] }
toml = "0.5.9"