mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-28 22:32:25 +08:00
Build raw sqlite interface as libsqlite3-sys
Use pkg-config to find it.
This commit is contained in:
11
libsqlite3-sys/Cargo.toml
Normal file
11
libsqlite3-sys/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user