1[package]
2name = "build-scripts"
3version = "0.1.0"
4edition = "2018"
5
6# Required to satisfy cargo but no `lib.rs` is expected to
7# exist within test data.
8[lib]
9path = "lib.rs"
10
11# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13[dependencies]
14openssl = "=0.10.52"
15git2 = "=0.17.1"
16