diff --git a/Cargo.toml b/Cargo.toml index 36aaa68..0d11660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,6 +79,10 @@ async-std = { version = "1.0", features = ["attributes", "unstable"] } name = "autobahn-client" required-features = ["async-std-runtime"] +[[example]] +name = "async-std-echo" +required-features = ["async-std-runtime"] + [[example]] name = "client" required-features = ["async-std-runtime"]