diff options
author | Alexander <etc9053@gmail.com> | 2024-04-07 21:38:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-07 13:38:09 -0500 |
commit | 17528729b51578c034cec5efd8599535076a8dd3 (patch) | |
tree | a9bef1c233f871ec9627879547cc82bd54775b8f /Cargo.toml | |
parent | 8a13b677f1b99ab78870f8731e75a7642f2d0530 (diff) |
Add test for `csv_vectors` example (#82)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,3 +44,7 @@ axum = ["axum-framework", "futures"] [package.metadata.docs.rs] features = ["actix4", "warp"] + +[[example]] +name = "csv_vectors" +test = true
\ No newline at end of file |