mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
30 lines
680 B
TOML
30 lines
680 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 = { version = "0.10.2", default-features = false }
|
|
cxx = "1.0.83"
|
|
term = "0.7.0"
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0.83"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[profile.release-thinlto]
|
|
inherits = "release"
|
|
# We use LTO here as well to slightly decrease binary size
|
|
lto = true
|
|
|
|
[patch.crates-io]
|
|
# Ref: https://github.com/lotabout/tuikit/pull/51
|
|
tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }
|