From 5340979d23da14a98dce7210a5f00821c62ff8f1 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 15 May 2021 14:18:59 +0200 Subject: add container build --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3