From 3cd80edf23f9605428af38b339a3a056c60d824c Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 21 Apr 2015 23:51:00 +0200 Subject: Only require env-logger for tests --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2013c29..c6cb4f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,13 @@ name = "irsc" version = "0.0.3" authors = ["Till Hoeppner "] description = "A lightweight library for building IRC bots." +documentation = "https://tilpner.github.io/irsc" repository = "https://github.com/tilpner/irsc" keywords = ["irc", "internet", "protocol"] license = "MIT" [dependencies] log = "*" -env_logger = "*" regex = "*" regex_macros = "*" @@ -20,3 +20,6 @@ ssl = ["openssl"] [dependencies.openssl] version = "*" optional = true + +[dev-dependencies] +env_logger = "*" -- cgit v1.2.3