summaryrefslogtreecommitdiff
path: root/book/src/tutorial-1.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/tutorial-1.md')
-rw-r--r--book/src/tutorial-1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/book/src/tutorial-1.md b/book/src/tutorial-1.md
index cac4f255..182a777f 100644
--- a/book/src/tutorial-1.md
+++ b/book/src/tutorial-1.md
@@ -13,3 +13,9 @@ you're unsure.
[build-dependencies]
bindgen = "0.53.1"
```
+
+> ⚠️ **Warning**
+>
+> `bindgen` needs to be added to the `[build-dependencies]` section, not the normal
+> `[dependencies]` section. If you add it as a regular dependency, you will get
+> errors like the following: `` error[E0463]: can't find crate for `bindgen` ``