mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
18 lines
430 B
TOML
18 lines
430 B
TOML
[package]
|
|
name = "rusqlite"
|
|
version = "0.0.8"
|
|
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.1.0"
|
|
bitflags = "~0.1"
|