summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a50e28f2d6e4b03ceb154bfdc111400e477ca258 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "libdb-sys"
version = "4.8.0"
authors = ["Jesse Morgan <jesse@jesterpm.net>"]

links = "db"
build = "build.rs"

[dependencies]
libc = "0.2.0"