openethereum/util/migration-rocksdb/Cargo.toml
marktoda 2a3217d8d8
Replace deprecated tempdir dependency with tempfile (#11588)
`Tempdir` is deprecated, but the functionality has been merged into
another crate: `tempfile`. This commit removes all `tempdir` dependencies
and replaces them with `tempfile` and the equivalent bindings.

Fixes #11560
2020-03-29 22:31:17 +02:00

16 lines
264 B
TOML

[package]
name = "migration-rocksdb"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
[dependencies]
log = "0.4"
kvdb = "0.4.0"
kvdb-rocksdb = "0.6.0"
[dev-dependencies]
tempfile = "3.1"
maplit = "1.0.2"