ablescript/Cargo.toml
Erin e020fc4267 Implemented abool
- Tidied up code
2021-04-18 23:40:41 +02:00

12 lines
258 B
TOML

[package]
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]
clap="*"
logos = "0.12"
rand = "*"