mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 14:30:49 +00:00
17 lines
421 B
TOML
17 lines
421 B
TOML
[package]
|
|
name = "sqlite"
|
|
version = "0.1.0"
|
|
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."
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
sqlite3-sys = "*"
|
|
|
|
[dev-dependencies]
|
|
temporary = "*"
|