mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-08-04 09:30:25 +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.63.0"
|
||
|
|
||
|
[features]
|
||
|
loadable_extension = []
|
||
|
static = []
|
||
|
omit_load_extension = []
|