mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
21 lines
350 B
TOML
21 lines
350 B
TOML
|
[package]
|
||
|
name = "_ch_rust_prql"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
prql-compiler = "0.8.1"
|
||
|
serde_json = "1.0"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[profile.release]
|
||
|
debug = true
|
||
|
|
||
|
[profile.release-thinlto]
|
||
|
inherits = "release"
|
||
|
lto = true
|