blob: 84ed719be064113ca17c4f29e469d977efa3672d (
plain) (
tree)
|
|
[package]
name = "actionkv"
version = "0.1.0"
authors = ["Adam Carpenter <53hornet@gmail.com>"]
edition = "2018"
[dependencies]
byteorder = "~1.2"
crc = "~1.7"
[lib]
name = "libactionkv"
path = "src/lib.rs"
[[bin]]
name = "akv_mem"
path = "src/akv_mem.rs"
|