From 8ce597c207144faaeb47f3c53657ffa9b50f08ba Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Tue, 4 Mar 2025 19:37:39 +0200 Subject: docs.rs: generate docs for axum support as well (#100) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e388aa..1b65e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ warp = ["futures", "tracing", "warp-framework"] axum = ["axum-framework", "futures"] [package.metadata.docs.rs] -features = ["actix4", "warp"] +features = ["actix4", "warp", "axum"] [[example]] name = "csv_vectors" -test = true \ No newline at end of file +test = true -- cgit v1.2.3