2014-10-20 07:56:41 +08:00
|
|
|
[package]
|
|
|
|
name = "rusqlite"
|
2015-02-04 23:54:04 +08:00
|
|
|
version = "0.0.8"
|
2014-10-20 07:56:41 +08:00
|
|
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
2014-11-21 22:48:57 +08:00
|
|
|
description = "Ergonomic wrapper for SQLite"
|
|
|
|
homepage = "https://github.com/jgallagher/rusqlite"
|
|
|
|
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["sqlite", "database", "ffi"]
|
|
|
|
license = "MIT"
|
2014-10-20 07:56:41 +08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rusqlite"
|
2014-11-15 04:02:27 +08:00
|
|
|
|
2014-11-21 22:52:44 +08:00
|
|
|
[dependencies]
|
2014-12-04 23:47:46 +08:00
|
|
|
time = "~0.1.0"
|
2015-01-20 23:03:09 +08:00
|
|
|
bitflags = "~0.1"
|