aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-13 21:51:57 +0200
committerTill Hoeppner2015-04-13 21:51:57 +0200
commit8b7500ea4c766ca96d2e65a8f19e595d6021f4fa (patch)
tree8bc94a4b572bfa4398516e7716e503f76d8162b5
parentcd708c3ef3f8c070f4b0c566575fb043c4eb1e8e (diff)
downloadirsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.tar.gz
irsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.tar.xz
irsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.zip
Update Cargo.toml
-rw-r--r--Cargo.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5dcedd1..5666352 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,17 @@
[package]
name = "irsc"
-version = "0.0.3"
-authors = ["Till Hoeppner <hoeppner.till@gmail.com>"]
+version = "0.1.0"
+authors = ["Till Hoeppner <till@hoeppner.ws>"]
description = "A lightweight library for building IRC bots."
-repository = "https://github.com/hoeppnertill/irsc"
+repository = "https://github.com/tilpner/irsc"
keywords = ["irc", "internet", "protocol"]
-license = "WTFPL"
+license = "MIT"
+
+[dependencies]
+log = "*"
+regex = "*"
+regex_macros = "*"
[features]
ssl = ["openssl"]