From e05a75205fec691b57a49d35f8522f5c55d9bcd4 Mon Sep 17 00:00:00 2001 From: AlejandroLanaspa Date: Wed, 23 Oct 2024 11:50:57 +0200 Subject: [PATCH] feat: add space example stub --- crates/proof-of-sql/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/proof-of-sql/Cargo.toml b/crates/proof-of-sql/Cargo.toml index 8b408d840..5a2f247c4 100644 --- a/crates/proof-of-sql/Cargo.toml +++ b/crates/proof-of-sql/Cargo.toml @@ -103,6 +103,10 @@ required-features = [ "arrow" ] name = "wood_types" required-features = [ "arrow" ] +[[example]] +name = “movies" +required-features = [ "arrow" ] + [[bench]] name = "posql_benches" harness = false