rusqlite/Cargo.toml
2014-11-21 09:52:44 -05:00

17 lines
411 B
TOML

[package]
name = "rusqlite"
version = "0.0.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
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"
[lib]
name = "rusqlite"
[dependencies]
time = "0.0.3"