| 1 | [package] |
| 2 | name = "libgit-sys" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | build = "build.rs" |
| 6 | links = "gitpub" |
| 7 | rust-version = "1.63" # TODO: Once we hit 1.84 or newer, we may want to remove Cargo.lock from |
| 8 | # version control. See https://lore.kernel.org/git/Z47jgK-oMjFRSslr@tapette.crustytoothpaste.net/ |
| 9 | description = "Native bindings to a portion of libgit" |
| 10 | |
| 11 | [lib] |
| 12 | path = "src/lib.rs" |
| 13 | |
| 14 | [dependencies] |
| 15 | libz-sys = "1.1.19" |
| 16 | |
| 17 | [build-dependencies] |
| 18 | autocfg = "1.4.0" |
| 19 | make-cmd = "0.1.0" |