Check in initial Cargo files

This commit is contained in:
Darren VanBuren 2016-07-25 15:59:46 -07:00
parent 0f7bf7dbc4
commit f269514e8a
3 changed files with 229 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rust-bot"
version = "0.1.0"
authors = ["Darren VanBuren <onekopaka@theoks.net>"]
[dependencies]
irc = "0.11.0"