mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
20 lines
316 B
TOML
20 lines
316 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"]
|
|
|
|
[profile.release]
|
|
debug = false
|
|
|
|
[profile.release-thinlto]
|
|
inherits = "release"
|
|
lto = true
|