From 12c10cf0565e51bbde3f89ad5f8aec312b803236 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 5 Dec 2021 23:02:16 +0100 Subject: [PATCH] fix libaoc dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ad3852..5b71d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libaoc = { path = "../libaoc/libaoc" } +libaoc = { git = "https://mzte.de/git/LordMZTE/libaoc.git" }