mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
e274bd7b64
This fixes recompilation and avoids duplication of dependencies
13 lines
224 B
TOML
13 lines
224 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "_ch_rust_prql"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anstream = {version = "0.6.12"}
|
|
prqlc = {version = "0.11.3", default-features = false}
|
|
serde_json = "1.0"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|