Skip to content

Commit

Permalink
[indexer] fix the windows build. (#471)
Browse files Browse the repository at this point in the history
* fix the windows build.

* fix the windows build.
  • Loading branch information
larry-aptos authored Jul 20, 2024
1 parent 286a39c commit fa1ce49
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions rust/processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ rust-version = { workspace = true }

[dependencies]
ahash = { workspace = true }
allocative = { workspace = true }
allocative_derive = { workspace = true }
anyhow = { workspace = true }
aptos-moving-average = { workspace = true }
aptos-protos = { workspace = true }
async-trait = { workspace = true }
bcs = { workspace = true }
bigdecimal = { workspace = true }
bitflags = { workspace = true }
canonical_json = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true }
diesel = { workspace = true }
Expand All @@ -32,7 +35,9 @@ futures = { workspace = true }
futures-util = { workspace = true }
google-cloud-googleapis = { workspace = true }
google-cloud-pubsub = { workspace = true }
google-cloud-storage = { workspace = true }
hex = { workspace = true }
hyper = { workspace = true }
itertools = { workspace = true }
kanal = { workspace = true }
lazy_static = { workspace = true }
Expand All @@ -55,23 +60,17 @@ url = { workspace = true }

# Postgres SSL support
native-tls = { workspace = true }
num = { workspace = true }
postgres-native-tls = { workspace = true }
tiny-keccak = { workspace = true }
tokio-postgres = { workspace = true }

[target.'cfg(unix)'.dependencies]
jemallocator = { workspace = true }

# Parquet support
parquet = { workspace = true }
num = { workspace = true }
google-cloud-storage = { workspace = true }
hyper = { workspace = true }
lazy_static = { workspace = true }
parquet_derive = { workspace = true }
canonical_json = { workspace = true }
allocative = { workspace = true }
allocative_derive = { workspace = true }

[target.'cfg(unix)'.dependencies]
jemallocator = { workspace = true }

[features]
libpq = ["diesel/postgres"]
Expand Down

0 comments on commit fa1ce49

Please sign in to comment.