tg-sync-rs

git clone git://archive.git.mtrnord.blog/Nordgedanken/tg-sync-rs.git
Log | Files | Refs | LICENSE

commit 3a04840427cf24214f505da2a465a4ca84b39e61
parent 385d61eebcb1ded4c357031b114a68189e40a851
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 11 Mar 2017 12:51:09 +0100

Maybe fix replace statement
Diffstat:
MCargo.toml | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ -[package] +[package] name = "tg_sync" -version = "0.1.0" +version = "0.1.0" authors = ["MTRNord <mtrnord1@gmail.com>"] # A short blurb about the package. This is not rendered in any format when @@ -36,7 +36,7 @@ license = "GPL-3.0" # Travis CI: `repository` is required. `branch` is optional; default is `master` travis-ci = { repository = "https://github.com/Nordgdanken/TG_sync-rs", branch = "master" } - + [dependencies] telebot = "0.1.1" slack = "*" @@ -44,6 +44,4 @@ futures = "0.1.7" tokio-core = "0.1.2" [replace] -"openssl-sys:0.9.6" = { git = 'https://github.com/sfackler/rust-openssl' } -"openssl-sys:0.6.7" = { git = 'https://github.com/sfackler/rust-openssl' } -"openssl-sys:0.7.17" = { git = 'https://github.com/sfackler/rust-openssl' } +"websocket:0.17.1" = { git = "https://github.com/asayers/rust-websocket", branch = "openssl-0.9" }