diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
