tonbo-io/tonbo

Tonbo should re-export `arrow` & `once_cell`

Closed this issue · 2 comments

ethe commented

In current, specifying Tonbo as a dependency in another crate, and use tonbo::tonbo_record would just gives error:

error[E0433]: failed to resolve: could not find `arrow` in the list of imported crates
 --> src/main.rs:8:1
  |
8 | #[tonbo_record]
  | ^^^^^^^^^^^^^^^ could not find `arrow` in the list of imported crates
  |
  = note: this error originates in the attribute macro `tonbo_record` (in Nightly builds, run with -Z macro-backtrace for more info)
...

I think it should be better to re-export dependencies macro relies on.

I can handle it.

ethe commented

Closed by #85