rust-bot/Cargo.toml
Darren VanBuren f450366777 Begin detecting mentions, and slicing to the actual message portion
Also convert source_nick to a plain string, instead of an Option. Next should be making weather code get weather for specified locations.
2016-07-27 15:21:14 -07:00

10 lines
180 B
TOML

[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"