17 lines
421 B
TOML
Raw Normal View History

2015-05-28 17:21:43 -04:00
[package]
name = "sqlite"
2015-06-01 16:30:17 -04:00
version = "0.5.0"
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."
[dependencies]
libc = "*"
sqlite3-sys = "*"
2015-05-28 19:19:08 -04:00
[dev-dependencies]
temporary = "*"