diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 20:37:16 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 20:37:16 +0300 |
| commit | 30f50e5b31294abd75c4b629970ad4865108738d (patch) | |
| tree | 60521071763769c8a3ad13952808cfc1d0454bcf /Cargo.toml | |
| parent | 0ef072f64456f9e6a0105bd123987d66434a2254 (diff) | |
feat: add cli option to create user
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |
