From fe0aa74386480a3c86f43bc58d3cd209b9180d70 Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Sat, 25 Dec 2021 15:07:15 -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 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"