diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |