summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJames Munns <james.munns@ferrous-systems.com>2019-01-19 04:52:39 +0100
committerSteve Klabnik <steve@steveklabnik.com>2019-02-04 05:20:43 -0500
commit606e5e07f6bf73297472c41a181672133bf21f16 (patch)
tree3262981650f0eaa00e465048d86342414066ddc1 /.gitmodules
parent8ae730a442cc8af6a487a137ae9ba78f89edbba6 (diff)
Add embedded book
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4e368c3ebaf..d603e457515 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -44,3 +44,6 @@
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/8.0-2019-01-16
+[submodule "src/doc/embedded-book"]
+ path = src/doc/embedded-book
+ url = https://github.com/rust-embedded/book.git \ No newline at end of file