Skip to content

Commit

Permalink
remove some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 14, 2023
1 parent fa0f4bb commit 216c93f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ thiserror = "1.0"
tokio = { version = "1.32", features = ["rt", "macros", "rt-multi-thread" ] }
hyper = { version = "0.14", features = ["http2", "client"] }
hyper_serde = "0.13"
nutype = { version = "0.3", features = ["serde", "regex"] }
lazy_static = "1.4"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.4", features = ["v4", "serde", "fast-rng"] }
futures = "0.3"
rand = { version = "0.8", features = ["min_const_gen"] }

## OpenAPI + Swagger
utoipa = { version = "4.0", features = ["yaml", "axum_extras", "chrono", "openapi_extensions"], optional = true }
Expand Down

0 comments on commit 216c93f

Please sign in to comment.