spl/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

2023-02-17 20:00:39 +01:00
[package]
name = "spl"
2023-08-04 23:48:23 +02:00
version = "0.1.8"
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"
2023-08-04 20:38:47 +02:00
multicall = "0.1.4"