From 547085cdefb3372e8c42beabac5d45f2f6b1a535 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 26 Mar 2017 17:07:11 -0700 Subject: Import subrepo pkg-config/:pkg-config at a493b0d7c93df68c94d1bad2a1f419389e52c0f5 --- pkg-config/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg-config/Cargo.toml (limited to 'pkg-config/Cargo.toml') diff --git a/pkg-config/Cargo.toml b/pkg-config/Cargo.toml new file mode 100644 index 0000000..7393b5b --- /dev/null +++ b/pkg-config/Cargo.toml @@ -0,0 +1,16 @@ +[package] + +name = "pkg-config" +version = "0.3.9" +authors = ["Alex Crichton "] +license = "MIT/Apache-2.0" +repository = "https://github.com/alexcrichton/pkg-config-rs" +documentation = "http://alexcrichton.com/pkg-config-rs" +description = """ +A library to run the pkg-config system tool at build time in order to be used in +Cargo build scripts. +""" +keywords = ["build-dependencies"] + +[dev-dependencies] +lazy_static = "0.2" -- cgit v1.2.1