[package] name = "groonga-sys" version = "0.3.1" authors = ["Hiroshi Hatake "] description = "A Rust language binding for Groonga." keywords = ["FFI"] license-file = "../LICENSE" homepage = "https://github.com/cosmo0920/ruroonga" links = "groonga" build = "build.rs" [dependencies] libc = "~0.2.0" [build-dependencies] pkg-config = "~0.3"