[package] name = "rust-guile" version = "0.1.6" authors = ["Eric S. Londres "] edition = "2018" build = "build.rs" description = "a library which provides a Scheme runtime in your Rust program" license = "AGPL-3.0-only" repository = "https://gitlab.com/slondr/rust-guile" homepage = "https://gitlab.com/slondr/rust-guile" readme = "Readme.md" [dependencies] [build-dependencies] pkg-config = "0.3"