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