[[bin]]
name = "spl"
path = "src/main.rs"
[dependencies.multicall]
version = "0.1"
[dependencies.once_cell]
version = "1.17"
[dependencies.readformat]
version = "0.1"
[lib]
name = "spl"
path = "src/lib.rs"
[package]
authors = ["TudbuT"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Stack Pogramming Language: A simple, concise scripting language."
edition = "2021"
license = "MIT"
name = "spl"
readme = "README.md"
repository = "https://github.com/tudbut/spl"
version = "0.3.0"