ablescript/ablescript_cli/Cargo.toml

19 lines
496 B
TOML
Raw Normal View History

[package]
name = "ablescript_cli"
version = "0.2.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2021"
description = "The best programming language"
2021-08-11 18:32:12 +00:00
license = "MIT"
documentation = "https://ablecorp.us/able-script-the-book/"
repository = "https://github.com/AbleCorp/able-script"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ablescript = { version = "0.2.0", path = "../ablescript" }
2022-04-12 12:16:34 +00:00
clap = "3.1"
rustyline = "9.1"