From a92b102addbd5b9ef8406ad62ac69312a1be9f15 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 25 Jun 2014 07:17:54 -0700 Subject: [PATCH] Add a Cargo.toml configuration --- .gitignore | 1 + Cargo.toml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore index ff7df192..61d6f2b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /doc/ /build/ /Makefile +/target diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..e146501d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] + +name = "openssl" +version = "0.0.1" +authors = ["Steven Fackler