ClickHouse/rust/workspace/skim/Cargo.toml

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

19 lines
386 B
TOML
Raw Permalink Normal View History

[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]
2024-12-05 09:58:00 +00:00
skim = { version = "0.15.5", default-features = false, features = ["cli"] }
cxx = "1.0.83"
2024-12-05 09:58:00 +00:00
term = "1.0.0"
clap = "4.5.22"
[build-dependencies]
cxx-build = "1.0.83"
[lib]
crate-type = ["staticlib"]