diff --git a/Cargo.toml b/Cargo.toml index e030862..d24fc3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ path = "src/lib.rs" crate-type = ["staticlib"] [dependencies.libc] -path = "../libc" +git = "https://github.com/Meziu/libc.git"