mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
19 lines
380 B
TOML
19 lines
380 B
TOML
[package]
|
|
name = "libsqlite3-sys"
|
|
version = "0.3.0"
|
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
|
repository = "https://github.com/jgallagher/rusqlite"
|
|
description = "Native bindings to the libsqlite3 library"
|
|
license = "MIT"
|
|
links = "sqlite3"
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
load_extension = []
|
|
|
|
[build-dependencies]
|
|
pkg-config = "~0.3"
|
|
|
|
[dependencies]
|
|
libc = "~0.2"
|