2021-04-08 16:11:20 -05:00
|
|
|
[package]
|
2021-04-11 14:11:39 -05:00
|
|
|
name = "able-script"
|
2021-04-08 16:11:20 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["able <abl3theabove@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2021-06-30 16:45:44 -05:00
|
|
|
description = "The best programming language"
|
|
|
|
license-file = "LICENSE"
|
|
|
|
documentation = "https://ablecorp.us/able-script-the-book/"
|
|
|
|
repository = "https://github.com/AbleCorp/able-script"
|
|
|
|
|
2021-04-08 16:11:20 -05:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-05-28 02:30:16 -05:00
|
|
|
clap = "2.33"
|
2021-04-18 16:40:41 -05:00
|
|
|
logos = "0.12"
|
2021-05-28 02:30:16 -05:00
|
|
|
rand = "0.8"
|
2021-05-04 22:23:17 -05:00
|
|
|
rustyline = "8.0.0"
|