diff options
-rw-r--r-- | open-source-lorries/jemalloc.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/rust-hoedown.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/rust-installer.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/rust-libc.lorry | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/open-source-lorries/jemalloc.lorry b/open-source-lorries/jemalloc.lorry new file mode 100644 index 0000000..c0ee30b --- /dev/null +++ b/open-source-lorries/jemalloc.lorry @@ -0,0 +1,6 @@ +{ + "jemalloc": { + "type": "git", + "url": "https://github.com/jemalloc/jemalloc" + } +} diff --git a/open-source-lorries/rust-hoedown.lorry b/open-source-lorries/rust-hoedown.lorry new file mode 100644 index 0000000..319525d --- /dev/null +++ b/open-source-lorries/rust-hoedown.lorry @@ -0,0 +1,6 @@ +{ + "rust-hoedown": { + "type": "git", + "url": "https://github.com/rust-lang/hoedown" + } +} diff --git a/open-source-lorries/rust-installer.lorry b/open-source-lorries/rust-installer.lorry new file mode 100644 index 0000000..ac285b7 --- /dev/null +++ b/open-source-lorries/rust-installer.lorry @@ -0,0 +1,6 @@ +{ + "rust-installer": { + "type": "git", + "url": "https://github.com/rust-lang/rust-installer" + } +} diff --git a/open-source-lorries/rust-libc.lorry b/open-source-lorries/rust-libc.lorry new file mode 100644 index 0000000..5d7e66f --- /dev/null +++ b/open-source-lorries/rust-libc.lorry @@ -0,0 +1,6 @@ +{ + "rust-libc": { + "type": "git", + "url": "https://github.com/rust-lang/libc" + } +} |