diff options
| author | Cyril Plisko <cyril.plisko@mountall.com> | 2025-03-04 19:37:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 11:37:39 -0600 |
| commit | 8ce597c207144faaeb47f3c53657ffa9b50f08ba (patch) | |
| tree | 8aa5b2ed5b7e19ad86bf93e726fa3e9ad60608c3 | |
| parent | b7278b73c637f7c427be762082fee5938ba0c023 (diff) | |
docs.rs: generate docs for axum support as well (#100)
| -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 |
