mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 22:40:49 +00:00
21 lines
487 B
TOML
21 lines
487 B
TOML
[package]
|
|
name = "sqlite"
|
|
version = "0.19.7"
|
|
authors = [
|
|
"Ivan Ukhov <ivan.ukhov@gmail.com>",
|
|
"Jake Kerr <kodafox@gmail.com>",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/stainless-steel/sqlite"
|
|
homepage = "https://github.com/stainless-steel/sqlite"
|
|
documentation = "https://stainless-steel.github.io/sqlite"
|
|
description = "The package provides an interface to SQLite."
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
sqlite3-sys = "0.6"
|
|
|
|
[dev-dependencies]
|
|
temporary = "0.5"
|