openethereum/util/snappy/Cargo.toml

9 lines
192 B
TOML
Raw Normal View History

[package]
name = "snappy"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
libc = "0.2.7"
2017-11-13 14:37:08 +01:00
rocksdb = { git = "https://github.com/paritytech/rust-rocksdb" }