2015-08-01 13:55:46 -04:00

18 lines
443 B
TOML

[package]
name = "sqlite"
version = "0.15.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."
build = "build.rs"
[dependencies]
libc = "*"
sqlite3-sys = "0.6"
[dev-dependencies]
temporary = "*"