Skip to content

Commit

Permalink
More config for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jun 7, 2024
1 parent 63278b5 commit aad900d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ unix-archive = ".tar.gz"
# Publish jobs to run in CI
pr-run-mode = "plan"

[workspace.metadata.dist.dependencies.turbo]
protoc = { version = "*", targets = ["x86_64-pc-windows-msvc"] }
protobuf-compiler = { version = "*", targets = ["aarch64-unknown-linux-musl"] }
protobuf = { version = "*", targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"] }
aarch64-linux-musl-gcc = { version = "*", targets = ["aarch64-unknown-linux-musl"] }

[workspace.lints.clippy]
too_many_arguments = "allow"

Expand Down

0 comments on commit aad900d

Please sign in to comment.