Skip to content

Commit

Permalink
fix(utils): dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Mar 26, 2024
1 parent f8d9db1 commit 47a0930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ signal = ["tokio/signal", "tokio/process"]
database = ["dep:tokio-postgres", "dep:postgres-types", "dep:deadpool-postgres", "dep:postgres-from-row", "dep:prost", "ulid/postgres", "dep:bytes", "dep:futures-util"]
dataloader = ["dep:fnv", "dep:futures-util", "dep:futures-channel", "dep:tokio", "dep:tokio-util"]
ratelimiter = ["dep:fred"]
http = ["dep:async-trait", "dep:http", "dep:thiserror", "dep:futures-util", "dep:tracing", "dep:hyper", "dep:serde_json", "dep:bytes", "dep:http-body-util", "dep:pin-project", "dep:path-tree"]
http = ["dep:async-trait", "dep:fnv", "dep:http", "dep:thiserror", "dep:futures-util", "dep:tracing", "dep:hyper", "dep:serde_json", "dep:bytes", "dep:http-body-util", "dep:pin-project", "dep:path-tree"]
task = ["dep:tokio", "dep:thiserror"]

all = ["grpc", "context", "prelude", "signal", "dataloader", "database", "ratelimiter", "http", "task"]
Expand Down

0 comments on commit 47a0930

Please sign in to comment.