mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
12 lines
324 B
TOML
12 lines
324 B
TOML
# workspace is required to vendor crates for all packages.
|
|
[workspace]
|
|
members = [
|
|
"skim",
|
|
"prql",
|
|
]
|
|
resolver = "2"
|
|
|
|
# FIXME: even though the profiles should be defined in the main cargo config we
|
|
# cannot do this yet, since we compile each package separatelly, so you should
|
|
# ignore warning from cargo about this.
|