summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-31 17:31:40 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2016-04-04 12:19:04 +0000
commit24329d0f6076c196a7d4914b5af7bdf180591348 (patch)
tree1ba6d0183a50161340e3c2c48c423e5e991514d3
parent161fb7c83c56c39e82ad162983de8af22dc9bf87 (diff)
downloadlorries-24329d0f6076c196a7d4914b5af7bdf180591348.tar.gz
Add rust
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Change-Id: I1150b6cb5b3249b0d9d3357846ec5e2dfbba2831
-rw-r--r--open-source-lorries/rust.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/rust.lorry b/open-source-lorries/rust.lorry
new file mode 100644
index 0000000..3003fe1
--- /dev/null
+++ b/open-source-lorries/rust.lorry
@@ -0,0 +1,6 @@
+{
+ "rust": {
+ "type": "git",
+ "url": "git://github.com/rust-lang/rust.git"
+ }
+}