diff --git a/Cargo.toml b/Cargo.toml index ee8b11ae..4d69857d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,13 @@ default = [] nonblocking = ["blocking", "futures"] doc_cfg = [] +[[example]] +name = "async_local_socket_client" +required-features = ["nonblocking"] + +[[example]] +name = "async_local_socket_server" +required-features = ["nonblocking"] + [package.metadata.docs.rs] features = ["doc_cfg"]