[package] name = "scannit-core-ffi" description = """An FFI wrapper around scannit-core. Exports scannit-core's functionality and data models in an FFI-friendly manner.""" version = "1.0.11" authors = ["Neil McAlister "] license = "MIT" repository = "https://github.com/pingzing/scannit-core/" edition = "2018" [dependencies] scannit-core = {path = "../", version = "1.0.*"} libc = "0.2" [lib] crate-type = ["cdylib"]