From 53b6948559bc9a2d304235b80c7beb49d44f1267 Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Sat, 25 Dec 2021 15:06:04 -0500 Subject: [PATCH] Use Git dependency instead of path This makes using the crate much easier. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7c3008..ad35bf9 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"