docs(exex): include code for ExEx book from real files (#11545)

This commit is contained in:
Alexey Shekhirin
2024-10-08 11:46:53 +01:00
committed by GitHub
parent a2cfa9e050
commit 3765dbe470
10 changed files with 114 additions and 85 deletions

9
book/sources/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[workspace]
members = [
"exex/hello-world",
]
# Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
resolver = "2"