[package]
name = "blisp"
version = "0.4.7"
authors = ["Yuuki Takano <ytakanoster@gmail.com>", "Fumiya Saito"]
edition = "2021"
description = "A lisp like statically typed programing language for no_std."
repository = "https://github.com/ytakano/blisp"
keywords = [
"no_std",
"scripting",
"scripting-engine",
"scripting-language",
"embedded",
]
categories = ["no-std", "embedded"]
license-file = "LICENSE"
readme = "README.md"
homepage = "https://ytakano.github.io/blisp/"
[dependencies]
blisp_embedded = "0.1"
[dependencies.num-bigint]
version = "0.4"
default-features = false
[dependencies.num-traits]
version = "0.2"
default-features = false
features = ["libm"]
[lib]
crate-type = ["rlib"]