rust-guile/Cargo.toml

19 lines
463 B
TOML

[package]
name = "rust-guile"
version = "0.1.6"
authors = ["Eric S. Londres <ericlondres@outlook.com>"]
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]
thiserror = "1.0"
lazy_static = "1.4"
[build-dependencies]
pkg-config = "0.3"