forked from roapi/roapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
24 lines (18 loc) · 780 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
members = [
"columnq",
"columnq-cli",
"roapi-http",
]
[patch.crates-io]
datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "50a98805cdd6d5383f0c124d449ed549ca13428a" }
# datafusion = { path = "/home/houqp/Documents/code/delta/arrow-datafusion/datafusion" }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "70f520a15ae7884c46142bfb0dbc8790f43d8701" }
[patch."https://github.com/apache/arrow-datafusion"]
datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "50a98805cdd6d5383f0c124d449ed549ca13428a" }
# datafusion = { path = "/home/houqp/Documents/code/delta/arrow-datafusion/datafusion" }
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = true
codegen-units = 1