ablescript/ablescript_cli/Cargo.toml

16 lines
458 B
TOML
Raw Normal View History

[package]
name = "ablescript_cli"
2023-05-18 22:25:14 +00:00
version = "0.5.4"
2023-05-18 18:33:58 +00:00
authors = ["AbleScript Developers"]
edition = "2021"
2023-05-18 18:33:58 +00: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"
[dependencies]
2023-05-18 18:33:58 +00:00
ablescript = { version = "0.5.3", path = "../ablescript" }
clap = { version = "4.2", features = ["derive"] }
rustyline = "11.0"