Skip to content

Commit f0ab1be

Browse files
committed
Mention metadeps
1 parent 06d28f0 commit f0ab1be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ A simple library meant to be used as a build dependency with Cargo packages in
88
order to use the system `pkg-config` tool (if available) to determine where a
99
library is located.
1010

11+
You can use this crate directly to probe for specific libraries, or use
12+
[metadeps](https://github.com/joshtriplett/metadeps) to declare all your
13+
`pkg-config` dependencies in `Cargo.toml`.
14+
1115
# Example
1216

1317
Find the system library named `foo`, with minimum version 1.2.3:

0 commit comments

Comments
 (0)