12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "rocksdb"
|
|
version = "0.1.0"
|
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocksdb = "0.15.0"
|
|
|