add meta for rustlang

This commit is contained in:
AJ ONeal
2020-04-27 05:30:46 +00:00
parent fc9008a905
commit 40c68aff32

View File

@@ -1,2 +1,10 @@
#!/bin/bash
# title: Rust
# homepage: https://rust-lang.org
# tagline: The Rust Toolchain
# description: |
# A language empowering everyone to build reliable and efficient software.
# Straight from https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh