diff options
author | Daniel Mueller <deso@posteo.net> | 2017-03-26 17:07:11 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2017-03-26 17:07:11 -0700 |
commit | 547085cdefb3372e8c42beabac5d45f2f6b1a535 (patch) | |
tree | 63521a302332627b72ce3df73abc96a742026fbb /pkg-config/Cargo.toml | |
parent | 701c71952afc199fc1a9f0d45a7b5fb08cabffe8 (diff) | |
download | nitrocli-547085cdefb3372e8c42beabac5d45f2f6b1a535.tar.gz nitrocli-547085cdefb3372e8c42beabac5d45f2f6b1a535.tar.bz2 |
Import subrepo pkg-config/:pkg-config at a493b0d7c93df68c94d1bad2a1f419389e52c0f5
Diffstat (limited to 'pkg-config/Cargo.toml')
-rw-r--r-- | pkg-config/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 <alex@alexcrichton.com>"] +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" |