summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 5841371..ee9c6db 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -59,6 +59,10 @@ name = "echo"
path = "echo.rs"
[[example]]
+name = "echo-tfo"
+path = "echo_tfo.rs"
+
+[[example]]
name = "join"
path = "join.rs"