Skip to content

Commit

Permalink
Cleanup Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Feb 23, 2024
1 parent da41f45 commit 577ef52
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ default-run = "tx-sitter"
members = ["crates/*"]

[dependencies]
async-trait = "0.1.74"

## AWS
aws-config = { version = "1.0.1" }
aws-credential-types = { version = "1.0.1", features = [
Expand All @@ -19,6 +17,15 @@ aws-sdk-kms = "1.3.0"
aws-smithy-runtime-api = "1.0.2"
aws-smithy-types = "1.0.2"
aws-types = "1.0.1"

# Internal
postgres-docker-utils = { path = "crates/postgres-docker-utils" }

# Company
telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries", rev = "ec8ba6d4da45fdb98f900d8d4c8e1a09186894b4" }

## External
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["headers"] }
base64 = "0.21.5"
bigdecimal = "0.4.2"
Expand All @@ -38,16 +45,10 @@ hyper = "0.14.27"
itertools = "0.12.0"
metrics = "0.22.1"
num-bigint = "0.4.4"
# telemetry-batteries = { path = "../telemetry-batteries" }

# Internal
postgres-docker-utils = { path = "crates/postgres-docker-utils" }
rand = "0.8.5"
reqwest = { version = "0.11.13", default-features = false, features = [
"rustls-tls",
] }

## Other
serde = "1.0.136"
serde_json = "1.0.91"
sha3 = "0.10.8"
Expand All @@ -62,9 +63,6 @@ sqlx = { version = "0.7.2", features = [
"bigdecimal",
] }
strum = { version = "0.25.0", features = ["derive"] }

# Company
telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries", rev = "ec8ba6d4da45fdb98f900d8d4c8e1a09186894b4" }
thiserror = "1.0.50"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"
Expand Down

0 comments on commit 577ef52

Please sign in to comment.