2021-08-10 14:32:12 -05:00
|
|
|
[package]
|
|
|
|
name = "ablescript_cli"
|
2023-05-18 17:25:14 -05:00
|
|
|
version = "0.5.4"
|
2023-05-18 13:33:58 -05:00
|
|
|
authors = ["AbleScript Developers"]
|
2022-02-23 14:47:07 -06:00
|
|
|
edition = "2021"
|
2021-08-10 14:32:12 -05:00
|
|
|
|
2023-05-18 13:33:58 -05:00
|
|
|
description = "The best programming language"
|
|
|
|
license = "MIT"
|
|
|
|
documentation = "https://gblecorp.github.io/able-script-the-book"
|
|
|
|
repository = "https://git.ablecorp.us/AbleScript/able-script"
|
2021-08-10 14:32:12 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2023-05-18 13:33:58 -05:00
|
|
|
ablescript = { version = "0.5.3", path = "../ablescript" }
|
|
|
|
clap = { version = "4.2", features = ["derive"] }
|
|
|
|
rustyline = "11.0"
|