Browse Source

Use Git dependency instead of path

This makes using the crate much easier.
pull/1/head
AzureMarker 3 years ago
parent
commit
fe0aa74386
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 2
      Cargo.toml

2
Cargo.toml

@ -11,4 +11,4 @@ path = "src/lib.rs" @@ -11,4 +11,4 @@ path = "src/lib.rs"
crate-type = ["staticlib"]
[dependencies.libc]
path = "../libc"
git = "https://github.com/Meziu/libc.git"

Loading…
Cancel
Save