Skip to content

Commit

Permalink
docs: oranda config for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Jan 27, 2024
1 parent a5cfb79 commit 7aa7868
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"changelog": true,
"artifacts": {
"auto": true,
"cargo_dist": false
"cargo_dist": false,
"package_managers": {
"preferred": {
"crates.io": "cargo install scaphandre"
},
"additional": {
"binstall": "cargo binstall scaphandre"
}
}
},
"funding": {
"preferred_funding": "github"
},
"package_managers": {
"preferred": {
"crates.io": "cargo install scaphandre"
},
"additional": {
"binstall": "cargo binstall scaphandre"
}
}
}
}

0 comments on commit 7aa7868

Please sign in to comment.