You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/third-party/prqlc-c/Cargo.toml

32 lines
672 B
TOML

[package]
name = "prqlc-c"
publish = false
version = "0.11.3"
edition = "2021"
rust-version = "1.70.0"
# This means we can build with `--features=default`, which can make builds more generic
[features]
default = []
[lib]
# We produce both of these at the moment, but could consider refining this. ref
# https://github.com/rust-lang/cargo/issues/8607 &
# https://github.com/rust-lang/rust/issues/59302
crate_type = ["staticlib", "cdylib"]
doctest = false
test = false
doc = false
[dependencies]
prqlc = { git = "https://github.com/PRQL/prql.git" }
cxx = "1.0"
[build-dependencies]
cxx-build = "1.0"
[package.metadata.release]
tag-name = "{{version}}"
tag-prefix = ""