From fb75e32e71311ed0b22063aa9e26acf77db73d17 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Wed, 28 Feb 2024 15:48:38 +0000 Subject: [PATCH] add async functions to doc.rs --- for-rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/for-rust/Cargo.toml b/for-rust/Cargo.toml index aca7f7a..ab9bbf9 100644 --- a/for-rust/Cargo.toml +++ b/for-rust/Cargo.toml @@ -17,6 +17,9 @@ cli = ["clap", "simplelog", "file-rotate"] delta = ["zstd"] async = ["async-std"] +[package.metadata.docs.rs] +features = ["async"] + [lib] name = "velopack" path = "src/lib.rs"