rusqlite/libsqlite3-sys/Cargo.toml

12 lines
264 B
TOML
Raw Normal View History

[package]
name = "libsqlite3-sys"
version = "0.0.9"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"
build = "build.rs"
[build-dependencies]
pkg-config = "~0.2"