mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-21 22:28:21 +00:00
24 lines
524 B
TOML
24 lines
524 B
TOML
[package]
|
|
name = "libsql-sys"
|
|
version = "0.2.14"
|
|
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]
|
|
once_cell = "1.18.0"
|
|
tracing = "0.1.37"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.66.1"
|
|
cc = "1.0"
|
|
|
|
[features]
|
|
session = []
|