Skip to content

Commit

Permalink
Trying to get cargo dist to work
Browse files Browse the repository at this point in the history
  • Loading branch information
manforowicz committed Jun 7, 2024
1 parent ac04118 commit d79fc41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ members = [
[workspace.metadata.dist.dependencies.homebrew]
llvm = '*'
cmake = '*'
go = '*'


[workspace.metadata.dist.dependencies.apt]
clang = '*'
build-essential = '*'
cmake = '*'
golang = '*'


[workspace.metadata.dist.dependencies.chocolatey]
clang = '*'
cmake = '*'
go = '*'
nasm = '*'

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down

0 comments on commit d79fc41

Please sign in to comment.