18 lines
443 B
TOML
Raw Normal View History

2015-05-28 17:21:43 -04:00
[package]
name = "sqlite"
version = "0.19.2"
2015-05-28 17:21:43 -04:00
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."
2015-08-01 13:55:22 -04:00
build = "build.rs"
2015-05-28 17:21:43 -04:00
[dependencies]
libc = "*"
2015-08-01 13:55:22 -04:00
sqlite3-sys = "0.6"
2015-05-28 19:19:08 -04:00
[dev-dependencies]
temporary = "*"