You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
339 B
16 lines
339 B
10 years ago
|
[package]
|
||
|
|
||
|
name = "lmdb"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Dan Burkert <dan@danburkert.com>"]
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
description = "Safe Rust bindings for LMDB"
|
||
|
repository = "https://github.com/danburkert/lmdb-rs.git"
|
||
|
readme = "README.md"
|
||
|
keywords = ["LMDB", "database", "storage-engine", "key-value-store", "bindings"]
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
name = "lmdb"
|