From 7e8ee5ed9cad6484e9f13f81731b102ced58402e Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 9 Jul 2019 15:14:04 -0400 Subject: Init. --- meap/actionkv/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 meap/actionkv/Cargo.toml (limited to 'meap/actionkv/Cargo.toml') diff --git a/meap/actionkv/Cargo.toml b/meap/actionkv/Cargo.toml new file mode 100755 index 0000000..84ed719 --- /dev/null +++ b/meap/actionkv/Cargo.toml @@ -0,0 +1,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" + -- cgit v1.2.3