ClickHouse/rust/prql/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
316 B
TOML
Raw Normal View History

[package]
2023-08-04 18:34:00 +00:00
edition = "2021"
name = "_ch_rust_prql"
version = "0.1.0"
[dependencies]
2024-03-03 23:54:01 +00:00
anstream = {version = "0.6.12"}
2024-03-01 02:35:42 +00:00
prqlc = {version = "0.11.3", default-features = false}
serde_json = "1.0"
[lib]
crate-type = ["staticlib"]
[profile.release]
2024-01-28 14:10:57 +00:00
debug = false
[profile.release-thinlto]
inherits = "release"
lto = true