From 9325b63b9e030623d889720fe14a8f4e58fb6d5d Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 4 Oct 2013 15:40:46 +1000 Subject: [PATCH] rust 0.8 --- rust.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rust.json diff --git a/rust.json b/rust.json new file mode 100644 index 0000000000..a77ff7e723 --- /dev/null +++ b/rust.json @@ -0,0 +1,15 @@ +{ + "homepage": "http://www.rust-lang.org", + "version": "0.8", + "license": "MIT/Apache 2.0", + "url": "http://static.rust-lang.org/dist/rust-0.8-install.exe", + "hash": "4d303232144cb4c3a6f34af6ff0cfe9f8eefae114c88c52ac63128c49cdef7f1", + "innosetup": true, + "bin": [ + "bin\\rust.exe", + "bin\\rustc.exe", + "bin\\rustdoc.exe", + "bin\\rusti.exe", + "bin\\rustpkg.exe" + ] +} \ No newline at end of file