mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 22:40:49 +00:00
20 lines
462 B
TOML
20 lines
462 B
TOML
[package]
|
|
name = "sqlite"
|
|
version = "0.14.2"
|
|
authors = ["Ivan Ukhov <ivan.ukhov@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."
|
|
|
|
[features]
|
|
edge = ["sqlite3-sys/edge"]
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
sqlite3-sys = "*"
|
|
|
|
[dev-dependencies]
|
|
temporary = "*"
|