aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acce7b1..85bd957 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
macros = { path = "./macros" }
-irc = { path = "/home/audron/repo/github.com/maxaudron/irc", version = "0.15", features = ["json", "tls-rust"], default_features = false }
-irc-proto = { path = "/home/audron/repo/github.com/maxaudron/irc/irc-proto" }
+irc = { version = "0.15", features = ["json", "tls-rust"], default_features = false }
+irc-proto = "0.15"
sasl = "0.5"
base64 = "0.13"