Skip to content

Commit c5b0627

Browse files
author
liv
committed
chore: update oranda config for 0.1.0
1 parent a6b562b commit c5b0627

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

oranda.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
{
2-
"homepage": "https://rustlings.cool",
3-
"repository": "https://github.com/rust-lang/rustlings",
4-
"analytics": {
5-
"plausible": {
6-
"domain": "rustlings.cool"
2+
"project": {
3+
"homepage": "https://rustlings.cool",
4+
"repository": "https://github.com/rust-lang/rustlings"
5+
},
6+
"marketing": {
7+
"analytics": {
8+
"plausible": {
9+
"domain": "rustlings.cool"
10+
}
711
}
812
},
9-
"changelog": false
13+
"components": {
14+
"artifacts": {
15+
"cargo_dist": false,
16+
"package_managers": {
17+
"preferred": {
18+
"macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
19+
"windows": "Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1"
20+
}
21+
}
22+
},
23+
"changelog": true
24+
}
1025
}

0 commit comments

Comments
 (0)