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" }