[package] name = "ogg-sys" version = "0.0.9" authors = ["Pierre Krieger "] build = "libogg/build.rs" links = "ogg" description = "FFI for libogg, the media container." license = "MIT" repository = "https://github.com/tomaka/ogg-sys" [dependencies] libc = "*" [build-dependencies] gcc = "0.3" pkg-config = "0.3"