From 17528729b51578c034cec5efd8599535076a8dd3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 7 Apr 2024 21:38:09 +0300 Subject: Add test for `csv_vectors` example (#82) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c657305..1a76daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3