libccp 0.0.3

Rust bindings for libccp, a library for implementing CCP-compatible datapaths
Documentation
[package]
name = "libccp"
version = "0.0.3"
authors = ["Akshay Narayan <akshayn@mit.edu>"]
description = "Rust bindings for libccp, a library for implementing CCP-compatible datapaths"
homepage = "https://ccp-project.github.io"
documentation = "https://docs.rs/libccp"
repository = "https://github.com/akshayknarayan/libccp-rust"
readme = "./README.md"
license = "ISC"
edition = "2018"

[dependencies]
failure = "0.1"
mashup = "0.1"
time = "0.1"

[build-dependencies]
bindgen = "0.43.0"