Skip to content
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/sedona-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ result_large_err = "allow"

[dev-dependencies]
sedona-testing = { path = "../sedona-testing" }
rstest = { workspace = true }

[dependencies]
arrow-array = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions rust/sedona-expr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ pub mod function_set;
pub mod scalar_udf;
pub mod spatial_filter;
pub mod statistics;
pub mod utils;
Loading