2015-05-29 09:34:10 -04:00

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 = "*"