Add a Cargo.toml configuration

This commit is contained in:
Alex Crichton 2014-06-25 07:17:54 -07:00
parent c14f9b7a1b
commit a92b102add
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/doc/
/build/
/Makefile
/target

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "openssl"
version = "0.0.1"
authors = ["Steven Fackler <sfackler@gmail.com"]
[[lib]]
name = "openssl"
path = "lib.rs"