summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-21 20:37:16 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-21 20:37:16 +0300
commit30f50e5b31294abd75c4b629970ad4865108738d (patch)
tree60521071763769c8a3ad13952808cfc1d0454bcf /Cargo.toml
parent0ef072f64456f9e6a0105bd123987d66434a2254 (diff)
feat: add cli option to create user
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5950306..b15542f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,9 +22,12 @@ uuid = "1.17.0"
utoipa = "5.4.0"
utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
+clap = { version = "4.5.4", features = ["derive"] }
+anyhow = "1.0.98"
+tracing = "0.1"
+tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
[dev-dependencies]
-anyhow = "1.0.98"
axum = "0.8.4"
dotenv = "0.15.0"
lettre = "0.11.17"