deno/tests/sqlite_extension_test/Cargo.toml
2025-04-29 12:30:21 +00:00

19 lines
352 B
TOML

# Copyright 2018-2025 the Deno authors. MIT license.
[package]
name = "test_sqlite_extension"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
publish = false
repository.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
rusqlite.workspace = true
[dev-dependencies]
test_util.workspace = true