summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-27 22:46:32 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-27 22:52:48 +0200
commitf334d255023c2b02d64c030d11329061657fd5ae (patch)
tree5a3ed18d849fa77bfe675e81893e5f6358e14d09 /Cargo.toml
parent530e56b82f1866bf38a99e86a43d09ffe91e2b4c (diff)
downloadtexmodbot-f334d255023c2b02d64c030d11329061657fd5ae.tar.xz
Fix mt_auth url
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 33602cd..351bca9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
mt_net = { git = "https://github.com/minetest-rust/mt_net", features = ["conn", "client"] }
tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] }
-mt_auth = { path = "../mt_auth" }
+mt_auth = { git = "https://github.com/minetest-rust/mt_auth" }