aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-05-15 14:18:59 +0200
committerMax Audron <audron@cocaine.farm>2021-05-15 14:18:59 +0200
commit5340979d23da14a98dce7210a5f00821c62ff8f1 (patch)
tree9da032925d3feadfe521a566637910a70549152d /Cargo.toml
parentadd config file (diff)
add container build
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"