dancing_droids/Cargo.toml

12 lines
345 B
TOML
Raw Normal View History

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>"]
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-10-20 15:15:56 +02:00
queues = "1.1.0"