[package] name = "guile-rs-sys" version = "0.1.0" authors = ["Javier Pollak "] description = "Unsafe low-level rust bindings to the GNU Guile library" license = "MIT" [dependencies] libc = "0.2" [build-dependencies] gcc = "0.3" bindgen = "0.31.3"