mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 12:52:37 +00:00
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.13.2", default-features = false}
|
|
serde_json = "1.0"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|