2021-08-10 14:32:12 -05:00
|
|
|
[package]
|
|
|
|
name = "ablescript_cli"
|
2022-09-14 14:57:02 -05:00
|
|
|
version = "0.5.2"
|
2021-08-10 14:32:12 -05:00
|
|
|
authors = ["able <abl3theabove@gmail.com>"]
|
2022-02-23 14:47:07 -06:00
|
|
|
edition = "2021"
|
2021-08-10 14:32:12 -05:00
|
|
|
|
|
|
|
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/"
|
2022-07-01 17:19:44 -05:00
|
|
|
repository = "https://git.ablecorp.us/AbleScript/able-script"
|
2021-08-10 14:32:12 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2022-09-14 14:57:02 -05:00
|
|
|
ablescript = { version = "0.5.2", path = "../ablescript" }
|
2021-08-10 14:32:12 -05:00
|
|
|
|
2022-07-01 17:19:44 -05:00
|
|
|
clap = "3.2"
|
2022-04-12 07:16:34 -05:00
|
|
|
rustyline = "9.1"
|