grin/store/Cargo.toml
Yeastplume 49797853d9 tweaks to logging configuration (#176)
* tweaks to logging configuration
* doc port update
2017-10-13 16:42:04 +00:00

19 lines
467 B
TOML

[package]
name = "grin_store"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
workspace = ".."
[dependencies]
byteorder = "^0.5"
env_logger="^0.3.5"
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
libc = "^0.2"
memmap = { git = "https://github.com/danburkert/memmap-rs" }
rocksdb = "^0.7.0"
grin_core = { path = "../core" }
grin_util = { path = "../util" }
[dev-dependencies]
time = "^0.1"