rust-scheme 0.1.1

Scheme(R7RS) interpretor/compiler rust implementation
Documentation
[package]
name = "rust-scheme"
version = "0.1.1"
authors = ["Danielhu <yimingdz@gmail.com>", "hrl <cxghrl@gmail.com>", "Milo Yip <miloyip@gmail.com>", "xu0o0 <hqcat6@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 = ["lib"]