aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <[email protected]>2014-06-25 07:17:54 -0700
committerAlex Crichton <[email protected]>2014-06-25 07:18:17 -0700
commita92b102addbd5b9ef8406ad62ac69312a1be9f15 (patch)
tree271790a197fba1c667da5cd79f2a840859715730 /Cargo.toml
parentMerge pull request #21 from ebfe/remove-bytes (diff)
downloadrust-openssl-a92b102addbd5b9ef8406ad62ac69312a1be9f15.tar.xz
rust-openssl-a92b102addbd5b9ef8406ad62ac69312a1be9f15.zip
Add a Cargo.toml configuration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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 <[email protected]"]
+
+[[lib]]
+
+name = "openssl"
+path = "lib.rs"