Add Cargo information

This commit is contained in:
Alex Crichton
2016-11-05 22:25:33 -07:00
parent c1b8247228
commit 42a6063583
+6 -2
View File
@@ -2,5 +2,9 @@
name = "openssl-probe"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/openssl-probe"
homepage = "https://github.com/alexcrichton/openssl-probe"
description = """
Tool for helping to find SSL certificate locations on the system for OpenSSL
"""