diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/iam/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/iam/Cargo.toml b/crates/iam/Cargo.toml index fd9006d..ba642c3 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" +env_logger = "0.9" home = "0.5.4" log = "0.4" rand = "0.8" @@ -16,6 +17,10 @@ serde = "1" serde_json = { version = "1.0", features = ["raw_value"] } strum = "0.24.1" strum_macros = "0.24" +tiny_http = "0.12" +tokio = { version = "1.23.0", features = ["full"] } toml = "0.5.9" thiserror = "1.0" +url = "2.3.1" +urlencoding = "2.1.2" uuid = { version = "1.2", features = ["v4", "serde"]}
\ No newline at end of file |
