ClickHouse/rust/Cargo.toml
2023-12-18 15:29:01 +01:00

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.