2023-06-29 10:34:36 +02:00
|
|
|
[package]
|
|
|
|
name = "libsql-sys"
|
2023-06-30 14:11:48 +02:00
|
|
|
version = "0.1.1"
|
2023-06-29 10:34:36 +02:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
description = "Native bindings to libSQL"
|
|
|
|
repository = "https://github.com/libsql/libsql"
|
|
|
|
build = "build.rs"
|
|
|
|
keywords = ["libsql", "sqlite", "ffi", "bindings", "database"]
|
|
|
|
categories = ["external-ffi-bindings"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-29 12:26:45 +02:00
|
|
|
default-env = "0.1.1"
|
2023-06-29 10:34:36 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
bindgen = "0.66.1"
|