[package] name = "hbs-acc-pow-sys" version = "0.2.1" authors = ["Connor Imes "] description = "FFI bindings to libhbs-acc-pow" license = "MIT OR Apache-2.0" homepage = "https://github.com/libheartbeats/heartbeats-simple-sys" repository = "https://github.com/libheartbeats/heartbeats-simple-sys" keywords = ["heartbeats", "performance", "accuracy", "power", "bindings"] links = "hbs-acc-pow" build = "build.rs" [lib] name = "hbs_acc_pow_sys" path = "lib.rs" [dependencies] libc = "0.2" hbs-common-sys = "0.2" [build-dependencies] hbs-builder = "0.2"