mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
13 lines
338 B
TOML
13 lines
338 B
TOML
|
# workspace is required to vendor crates for all packages.
|
||
|
[workspace]
|
||
|
members = [
|
||
|
"BLAKE3",
|
||
|
"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.
|