forked from AbleScript/ablescript
15 lines
331 B
TOML
15 lines
331 B
TOML
[package]
|
|
name = "ablescript"
|
|
version = "0.4.0"
|
|
authors = ["able <abl3theabove@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
description = "The best programming language"
|
|
license = "MIT"
|
|
documentation = "https://ablecorp.us/able-script-the-book/"
|
|
repository = "https://github.com/AbleCorp/able-script"
|
|
|
|
[dependencies]
|
|
logos = "0.12"
|
|
rand = "0.8"
|