Rollux/Cargo.toml
2020-06-22 20:20:11 +02:00

15 lines
265 B
TOML

[package]
name = "rollux"
version = "0.1.0"
authors = ["adne"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
serenity = "0.8"
rand = "0.7"
anyhow = "1"
thiserror = "1"