roapi/Cargo.toml
Tiphaine Ruy 646c467916
chore: bump version for axum, dirs, sqlparser, yup-auth2, (#145)
* chore: bump version for axum, dirs, sqlparser, yup-auth2,

* chore: Bump datafusion to 7 and Delta-rs to f5e4b5f94393b517d3d88c200d7169cce11b304b

* fix(test): query are now case insensitive in datafusion

* fix(test): Remove println! statements
2022-02-24 22:57:03 -08:00

11 lines
156 B
TOML

[workspace]
members = ["columnq", "columnq-cli", "roapi-http"]
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = true
codegen-units = 1