diff --git a/Cargo.toml b/Cargo.toml index 4fae920..173a968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ futures = "0.3" indexmap = "2.0" indicatif = "0.17" java-properties = { git = "https://github.com/ParadigmMC/java-properties.git" } -#mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" } -mcapi = { path = "../mcapi" } +mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" } +#mcapi = { path = "../mcapi" } pathdiff = { git = "https://github.com/Manishearth/pathdiff.git" } rpackwiz = { git = "https://github.com/vgskye/rpackwiz.git" } regex = "1.9"