ofborg/ircbot/Cargo.toml
2018-02-08 15:18:21 -05:00

14 lines
347 B
TOML

[package]
name = "ircbot"
version = "0.1.0"
authors = ["Graham Christensen <graham@grahamc.com>"]
include = [ "Cargo.lock", "Cargot.toml", "lib.rs", "src"]
[dependencies]
log = "0.3.8"
env_logger = "0.4.3"
irc = "0.12.5"
amqp = { git = "https://github.com/grahamc/rust-amqp.git" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.4"