From 9034701e8f5d91dc24a796192a8682c69ed42e9b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 8 May 2017 20:46:17 -0600 Subject: [PATCH] Ability to use cookbook from inside Redox repo --- .gitmodules | 3 +++ Cargo.toml | 1 + cookbook | 1 + 3 files changed, 5 insertions(+) create mode 160000 cookbook diff --git a/.gitmodules b/.gitmodules index f138b200a..3eeeb4dc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,6 @@ [submodule "programs/orbterm"] path = programs/orbterm url = https://github.com/redox-os/orbterm.git +[submodule "cookbook"] + path = cookbook + url = https://github.com/redox-os/cookbook.git diff --git a/Cargo.toml b/Cargo.toml index 2031effe7..5513d32f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +exclude = ["cookbook"] members = [ "docgen", "drivers/ahcid", diff --git a/cookbook b/cookbook new file mode 160000 index 000000000..4a18e6151 --- /dev/null +++ b/cookbook @@ -0,0 +1 @@ +Subproject commit 4a18e61514133017e31d67d31931b1bee621f0c2