Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 28, 2023
1 parent c2d56e7 commit 3399e16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 113 deletions.
105 changes: 0 additions & 105 deletions catalyst-gateway/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions catalyst-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ tracing-subscriber = "0.3.16"
serde = "1.0"
serde_json = "1.0"

axum = "0.6.9"

poem = "1.3.58"
poem-openapi = "3.0.4"
poem-extensions = "0.7.2"
Expand All @@ -37,12 +35,10 @@ cryptoxide = "0.4.4"
uuid = "1"
lazy_static = "1.4"
panic-message = "0.3"
bytes = "1.4"
cpu-time = "1.0"
ulid = "1.0.1"
rust-embed = "8"

tower-http = "0.4"
tower = "0.4"
hyper = "0.14"
url = "2.4.1"
Expand Down
4 changes: 0 additions & 4 deletions catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ serde_json = { workspace = true }

tokio = { workspace = true, features = ["rt", "macros", "rt-multi-thread"] }
thiserror = { workspace = true }
axum = { workspace = true }

tower-http = { workspace = true, features = ["cors"] }

rust_decimal = { workspace = true, features = [
"serde-with-float",
Expand Down Expand Up @@ -75,7 +72,6 @@ dotenvy = { workspace = true }
panic-message = { workspace = true }
tower = { workspace = true, features = ["util"] }
hyper = { workspace = true }
bytes = { workspace = true }
cpu-time = { workspace = true }
ulid = { workspace = true, features = ["serde", "uuid"] }
rust-embed = { workspace = true }

0 comments on commit 3399e16

Please sign in to comment.