spl/Cargo.toml
2024-09-09 16:31:35 +02:00

13 lines
274 B
TOML

[package]
name = "spl"
version = "0.3.2"
edition = "2021"
description = "Stack Pogramming Language: A simple, concise scripting language."
license = "MIT"
repository = "https://github.com/tudbut/spl"
authors = ["TudbuT"]
[dependencies]
readformat = "0.1"
multicall = "0.1"