We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667f9e7 commit 3bda334Copy full SHA for 3bda334
book/src/SUMMARY.md
@@ -3,3 +3,4 @@
3
- [Axum](./index.md)
4
- [Hello World](./hello-world.md)
5
- [Readme](./example-readme.md)
6
+- [Form](./form.md)
book/src/example-readme.md
@@ -1,7 +1,7 @@
1
# Readme
2
-```
+```toml
{{#include ../../examples/readme/Cargo.toml }}
```
7
book/src/form.md
@@ -0,0 +1,10 @@
+# Form
+
+{{#include ../../examples/form/Cargo.toml }}
+```
8
+```rust
9
+{{#include ../../examples/form/src/main.rs }}
10
0 commit comments