aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-10-03 19:11:27 +0200
committerJokler <jokler.contact@gmail.com>2018-10-03 19:11:27 +0200
commit489b23850bd37f39c8ebabd4d59d5753923c3c07 (patch)
tree7d027fa0409a10abec3761a07522c53be577a672 /Cargo.toml
parentf5c4786c14a3ef3868d8f11df897f36053bf29e3 (diff)
downloadfrippy-489b23850bd37f39c8ebabd4d59d5753923c3c07.tar.gz
frippy-489b23850bd37f39c8ebabd4d59d5753923c3c07.zip
Main: Use 0.13.6 of the irc crate instead of git
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a400bf3..e70c7c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ mysql = [
]
[dependencies]
+irc = "0.13.6"
log = "0.4.5"
time = "0.1.40"
humantime = "1.1.1"
@@ -42,16 +43,10 @@ log4rs = "0.8.0"
frippy_derive = { path = "frippy_derive" }
rand = "0.5.5"
-# TODO Use crates.io again, as soon as OpenSSL 1.1.1 is supported
-[dependencies.irc]
-git = 'https://github.com/aatxe/irc/'
-branch = 'develop'
-
[dependencies.unicode_names]
git = 'https://github.com/Jokler/unicode_names'
branch = 'update-to-latest-unicode'
-
[dependencies.diesel]
version = "1.3.3"
optional = true