[package] name = "mal-rs" description = "An implemention of the Mal language in Rust" version = "0.1.0" edition = "2021" repository = "https://github.com/timmyjose-compilers/mal-rs" homepage = "https://github.com/timmyjose-compilers/mal-rs/README.md" readme = "README.md" license-file = "LICENSE.md" keywords = ["proglang", "interpreter", "mal"] categories = ["command-line-utilities", "compilers"] [dependencies]