[package]
name = "rudb-c-api"
description = "A libduckdb-compatible C surface, plus a native C surface."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
[dependencies]
rudb-common.workspace = true
rudb.workspace = true
rudb-extension.workspace = true
[lints]
workspace = true