From 30f50e5b31294abd75c4b629970ad4865108738d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 20:37:16 +0300 Subject: feat: add cli option to create user --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3