ablescript/Cargo.toml

19 lines
473 B
TOML
Raw Normal View History

[package]
2021-04-11 19:11:39 +00:00
name = "able-script"
2021-07-29 17:18:06 +00:00
version = "0.2.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2018"
2021-06-30 21:45:44 +00:00
description = "The best programming language"
license-file = "LICENSE"
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]
clap = "2.33"
2021-04-18 21:40:41 +00:00
logos = "0.12"
rand = "0.8"
2021-05-05 03:23:17 +00:00
rustyline = "8.0.0"