Skip to content

Commit 7a8a78a

Browse files
committed
wip
1 parent 1c0d765 commit 7a8a78a

File tree

4 files changed

+439
-0
lines changed

4 files changed

+439
-0
lines changed

packages/cubejs-backend-native/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cubejs-backend-native/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ crate-type = ["cdylib", "lib"]
1919
cubesqlplanner = { path = "../../rust/cubesqlplanner/cubesqlplanner/" }
2020
cubenativeutils = { path = "../../rust/cubenativeutils" }
2121
cubetranspilers = { path = "../../rust/cubetranspilers" }
22+
anyhow = "1.0"
2223
async-channel = { version = "2" }
2324
async-trait = "0.1.36"
2425
convert_case = "0.6.0"

packages/cubejs-backend-native/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub mod cross;
1111
pub mod gateway;
1212
pub mod logger;
1313
pub mod node_export;
14+
pub mod node_obj_deserializer;
1415
pub mod node_obj_serializer;
1516
#[cfg(feature = "python")]
1617
pub mod python;

0 commit comments

Comments
 (0)