0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-17 21:47:00 +00:00
Files
libsql/libsql-ffi/Cargo.toml
2023-11-15 11:08:51 +01:00

17 lines
275 B
TOML

[package]
name = "libsql-ffi"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0.66.1"
cc = "1.0"
[features]
session = []