2021-08-10 14:32:12 -05:00
|
|
|
[package]
|
|
|
|
name = "ablescript"
|
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["able <abl3theabove@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
description = "The best programming language"
|
2021-08-11 13:32:12 -05:00
|
|
|
license = "MIT"
|
2021-08-10 14:32:12 -05:00
|
|
|
documentation = "https://ablecorp.us/able-script-the-book/"
|
|
|
|
repository = "https://github.com/AbleCorp/able-script"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
logos = "0.12"
|
|
|
|
rand = "0.8"
|