dancing_droids/Cargo.toml

14 lines
376 B
TOML
Raw Permalink Normal View History

2020-10-06 20:34:48 +02:00
[package]
2020-10-13 16:11:11 +02:00
name = "dancing_droid"
2020-11-08 22:16:48 +01:00
version = "0.3.1"
2020-10-11 13:59:59 +02:00
authors = ["mhart <martin-hart@protonmail.com>", "fiplox <vpatuta@protonmail.com>", "EliasCubz <benabdeslam.stephane@gmail.com>"]
edition = "2018"
2020-10-06 20:34:48 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
2020-11-03 14:36:20 +01:00
rand = "0.7.3"
pest = "2.0"
pest_derive = "2.0"