[package] name = "ablescript_cli" version = "0.5.0" authors = ["able "] edition = "2021" description = "The best programming language" license = "MIT" documentation = "https://ablecorp.us/able-script-the-book/" repository = "https://git.ablecorp.us/AbleScript/able-script" [dependencies] ablescript = { version = "0.5.0", path = "../ablescript" } clap = "3.2" rustyline = "9.1"