0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-27 21:59:23 +00:00
Files
libsql/libsql-sys-tmp/Cargo.toml
2023-10-17 17:41:26 +02:00

16 lines
310 B
TOML

[package]
name = "sqld-libsql-bindings"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.66"
rusqlite = { workspace = true }
tracing = "0.1.37"
once_cell = "1.17.1"
[features]
unix-excl-vfs = []