rust-scheme 0.1.0-alpha.2

Scheme(R7RS) interpretor/compiler rust implementation
Documentation
[package]
name = "rust-scheme"
version = "0.1.0-alpha.2"
authors = ["Danielhu <yimingdz@gmail.com>", "hrl <cxghrl@gmail.com>"]
edition = "2018"
repository = "https://github.com/Danielhu229/RustScheme"
description = "Scheme(R7RS) interpretor/compiler rust implementation"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

exclude = [
    ".github/",
    ".vscode/",
    ".editorconfig",
    ".gitignore",
    ".cargo_vcs_info.json"
]

[lib]
crate-type = ["cdylib"]