2023-02-17 20:00:39 +01:00
|
|
|
[package]
|
|
|
|
name = "spl"
|
2024-09-03 12:35:25 +02:00
|
|
|
version = "0.2.2"
|
2023-02-17 20:00:39 +01:00
|
|
|
edition = "2021"
|
2023-02-20 13:32:20 +01:00
|
|
|
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"
|
2023-02-19 19:34:25 +01:00
|
|
|
once_cell = "1.17"
|
2023-08-04 20:38:47 +02:00
|
|
|
multicall = "0.1.4"
|