2020-10-06 20:34:48 +02:00
|
|
|
[package]
|
2020-10-13 16:11:11 +02:00
|
|
|
name = "dancing_droid"
|
2020-10-06 20:34:48 +02:00
|
|
|
version = "0.1.0"
|
2020-10-11 13:59:59 +02:00
|
|
|
authors = ["mhart <martin-hart@protonmail.com>", "fiplox <vpatuta@protonmail.com>", "EliasCubz <benabdeslam.stephane@gmail.com>"]
|
2020-10-06 21:59:33 +02:00
|
|
|
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]
|
2020-10-20 12:50:05 +02:00
|
|
|
clap = "2.33.3"
|
2020-11-03 14:36:20 +01:00
|
|
|
rand = "0.7.3"
|
2020-11-05 00:06:48 +01:00
|
|
|
pest = "2.0"
|
|
|
|
pest_derive = "2.0"
|