fix libaoc dependency

This commit is contained in:
LordMZTE 2021-12-05 23:02:16 +01:00
parent b756cfaf49
commit 12c10cf056

View file

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