rust-bot/Cargo.toml

12 lines
200 B
TOML
Raw Normal View History

2016-07-25 15:59:46 -07:00
[package]
name = "rust-bot"
version = "0.1.0"
authors = ["Darren VanBuren <onekopaka@theoks.net>"]
[dependencies]
irc = "0.11"
hyper = "0.9"
rustc-serialize = "0.3"
regex = "0.1"
2016-07-28 02:23:43 -07:00
lazy_static = "0.2"