mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 19:09:41 +00:00
19 lines
248 B
TOML
19 lines
248 B
TOML
[package]
|
|
name = "sqlite3_capi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "sqlite3_capi"
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.68.1"
|
|
|
|
[features]
|
|
loadable_extension = []
|
|
static = []
|
|
omit_load_extension = []
|