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 f0fbd3e commit a5cfb79
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@
"components": {
"changelog": true,
"artifacts": {
"auto": true
"auto": true,
"cargo_dist": false
},
"funding": {
"preferred_funding": "github"
},
"package_managers": {
"preferred": {
"crates.io": "cargo install scaphandre"
},
"additional": {
"binstall": "cargo binstall scaphandre"
}
}
}
}

0 comments on commit a5cfb79

Please sign in to comment.