diff options
| author | liv <shadows_withal@fastmail.com> | 2023-07-03 18:50:50 +0200 |
|---|---|---|
| committer | liv <shadows_withal@fastmail.com> | 2023-07-03 18:50:50 +0200 |
| commit | c5b0627180ae98c41f67e345b2a16ca14a6cffd1 (patch) | |
| tree | bde9746c06fdfad9ef988b176c1e7dcaad527471 | |
| parent | a6b562b8e425e364c42ac921fa5b1384d31c2fec (diff) | |
chore: update oranda config for 0.1.0
| -rw-r--r-- | oranda.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/oranda.json b/oranda.json index 18ef8c6..603e474 100644 --- a/oranda.json +++ b/oranda.json @@ -1,10 +1,25 @@ { - "homepage": "https://rustlings.cool", - "repository": "https://github.com/rust-lang/rustlings", - "analytics": { - "plausible": { - "domain": "rustlings.cool" + "project": { + "homepage": "https://rustlings.cool", + "repository": "https://github.com/rust-lang/rustlings" + }, + "marketing": { + "analytics": { + "plausible": { + "domain": "rustlings.cool" + } } }, - "changelog": false + "components": { + "artifacts": { + "cargo_dist": false, + "package_managers": { + "preferred": { + "macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash", + "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" + } + } + }, + "changelog": true + } } |
