ablescript/Cargo.toml

13 lines
278 B
TOML
Raw Normal View History

[package]
2021-04-11 19:11:39 +00:00
name = "able-script"
version = "0.1.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-04-11 16:47:35 +00:00
clap="*"
2021-04-18 21:40:41 +00:00
logos = "0.12"
rand = "*"
rustyline = "8.0.0"