diff options
| author | Max Audron <audron@cocaine.farm> | 2021-05-15 14:18:59 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-05-15 14:18:59 +0200 |
| commit | 5340979d23da14a98dce7210a5f00821c62ff8f1 (patch) | |
| tree | 9da032925d3feadfe521a566637910a70549152d /Cargo.toml | |
| parent | add config file (diff) | |
add container build
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
