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 cc2bc9b..55bb9d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"
[dependencies]
-macros = { path = "./macros" }
+macros = { package = "catinator_macros", version = "0.1", path = "./macros" }
irc = { version = "0.15", features = ["json", "tls-rust", "ctcp"], default_features = false }
irc-proto = "0.15"
@@ -25,7 +25,7 @@ tracing-subscriber = "0.2"
tracing-futures = "0.2"
regex = "1"
-sedregex = { git = "https://gitlab.com/audron/sedregex" }
+sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"