0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-17 10:19:58 +00:00
Files
2023-10-16 13:58:16 +02:00

16 lines
351 B
TOML

[package]
name = "integration_utils"
version = "0.0.1"
edition = "2021"
authors = ["Matt Wonlaw"]
description = "code shared between integration tests"
keywords = ["sqlite"]
license = "Apache-2.0"
[dependencies]
sqlite_nostd = { path="../sqlite-rs-embedded/sqlite_nostd", features=["static"] }
[lib]
name = "integration_utils"
crate-type = ["rlib"]