spl/Cargo.toml

14 lines
293 B
TOML
Raw Normal View History

2023-02-17 20:00:39 +01:00
[package]
name = "spl"
2024-09-06 21:29:40 +02:00
version = "0.3.1"
2023-02-17 20:00:39 +01:00
edition = "2021"
description = "Stack Pogramming Language: A simple, concise scripting language."
license = "MIT"
repository = "https://github.com/tudbut/spl"
authors = ["TudbuT"]
2023-02-17 20:00:39 +01:00
[dependencies]
2023-02-17 22:47:45 +01:00
readformat = "0.1"
once_cell = "1.17"
multicall = "0.1"