ablescript/ablescript_cli/Cargo.toml

17 lines
398 B
TOML
Raw Normal View History

[package]
name = "ablescript_cli"
2022-05-06 14:22:57 -05:00
version = "0.4.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2021"
description = "The best programming language"
2021-08-11 13:32:12 -05:00
license = "MIT"
documentation = "https://ablecorp.us/able-script-the-book/"
repository = "https://github.com/AbleCorp/able-script"
[dependencies]
2022-05-06 14:22:57 -05:00
ablescript = { version = "0.4.0", path = "../ablescript" }
2022-04-12 07:16:34 -05:00
clap = "3.1"
rustyline = "9.1"