1
0
mirror of https://github.com/osmarks/autobotrobot synced 2024-06-24 05:53:19 +00:00
autobotrobot/Cargo.toml

15 lines
283 B
TOML

[package]
name = "autobotrobot"
version = "0.1.0"
[dependencies]
serenity = "0.5"
dotenv = "0.13"
calculate = "0.5"
ddg = "0.5"
regex = "1.0"
reqwest = "0.9"
lazy_static = "1.2"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }