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

30 lines
660 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]
libc = "0.2.153"
prqlc = { git = "https://github.com/PRQL/prql.git" }
serde_json = "1.0.114"
[package.metadata.release]
tag-name = "{{version}}"
tag-prefix = ""