summaryrefslogblamecommitdiff
path: root/meap/actionkv/Cargo.toml
blob: 84ed719be064113ca17c4f29e469d977efa3672d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                 
[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"