aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index da3a80299..38b1057f5 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -15,6 +15,8 @@
15# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally. 15# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
16 16
17[workspace] 17[workspace]
18resolver = "2"
19
18members = [ 20members = [
19 "embassy", 21 "embassy",
20 "embassy-traits", 22 "embassy-traits",