mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
cf0e0436be
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
21 lines
342 B
TOML
21 lines
342 B
TOML
[package]
|
|
name = "_ch_rust_skim_rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
skim = "0.10.2"
|
|
cxx = "1.0.83"
|
|
term = "0.7.0"
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0.83"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
debug = true
|