From 2c6ed914fe58b3b7f3828c40d1518eed558e6383 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 5 Jun 2020 13:24:48 -0600 Subject: [PATCH] Add randd recipe --- recipes/randd/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/randd/recipe.toml diff --git a/recipes/randd/recipe.toml b/recipes/randd/recipe.toml new file mode 100644 index 000000000..911a1d793 --- /dev/null +++ b/recipes/randd/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/randd.git" + +[build] +template = "cargo"